2005-06-20 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-monitor.c(thunar_vfs_monitor_event): Remove unused variables. * thunar/thunar-folder.c: Apply the same optimization concerning signal id lookups and closure generations as done with ThunarListModel earlier. * thunar/thunar-folder.c: Actually react to events on the corresponding file. We still need a mode in which we'll handle errors in async folder reloads. * thunar/thunar-local-file.c: Drop the cached MIME type whenever the file changes. The MIME type will be recalculated on demand when needed. * thunar/thunar-icon-factory.c: Instead of binding to the icon theme instance's "changed" signal and risking that somebody else already registered a handler earlier, we use a signal emission hook now, which is garantied to be fired before any of the signal handlers are invoked. See the code for details and additional comments. (Old svn revision: 16344)
Showing
- ChangeLog 19 additions, 0 deletionsChangeLog
- thunar-vfs/thunar-vfs-monitor.c 0 additions, 2 deletionsthunar-vfs/thunar-vfs-monitor.c
- thunar/thunar-folder.c 36 additions, 21 deletionsthunar/thunar-folder.c
- thunar/thunar-icon-factory.c 25 additions, 74 deletionsthunar/thunar-icon-factory.c
- thunar/thunar-local-file.c 19 additions, 0 deletionsthunar/thunar-local-file.c
Loading
Please register or sign in to comment