2005-07-16 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-folder.{c,h}: Add a "files-removed" signal, which can be used by ThunarFolder implementation to solve the reload problem, and probably other problems as well (like asynchronous loading). * thunar/thunar-local-folder.c(thunar_local_folder_rescan): Use "files-removed" instead of destroying the no longer present files, so we don't accidently terminate other stuff here. * thunar/thunar-list-model.c: Handle the "files-removed" signal of the ThunarFolder. (Old svn revision: 16391)
Showing
- ChangeLog 11 additions, 0 deletionsChangeLog
- thunar/thunar-folder.c 38 additions, 0 deletionsthunar/thunar-folder.c
- thunar/thunar-folder.h 6 additions, 2 deletionsthunar/thunar-folder.h
- thunar/thunar-list-model.c 18 additions, 2 deletionsthunar/thunar-list-model.c
- thunar/thunar-local-folder.c 14 additions, 8 deletionsthunar/thunar-local-folder.c
Loading
Please register or sign in to comment