2006-02-10 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-1.pc.in: Add gthread-2.0 to the dependencies. * thunar-vfs/thunar-vfs.c(thunar_vfs_init): Make sure the GThread system is initialized. * thunar/main.c(main): thunar_vfs_init() will initialize GThread. * thunar-vfs/thunar-vfs-info.c, thunar-vfs/thunar-vfs-types.h: Add flag THUNAR_VFS_FILE_FLAGS_HIDDEN, which tells whether a given file should be considered hidden. * thunar/thunar-file.{c,h}: Use the THUNAR_VFS_FILE_FLAGS_HIDDEN flag and implement thunar_file_is_hidden() as simple macro. * thunar/thunar-list-model.c(thunar_list_model_get_statusbar_text): Fix a typo in the multi-selection ngettext() call. * thunar/main.c(main): Call gdk_notify_startup_complete() if the remote LaunchFiles() succeeds. (Old svn revision: 19825)
Showing
- ChangeLog 16 additions, 0 deletionsChangeLog
- thunar-vfs/thunar-vfs-1.pc.in 1 addition, 1 deletionthunar-vfs/thunar-vfs-1.pc.in
- thunar-vfs/thunar-vfs-info.c 22 additions, 3 deletionsthunar-vfs/thunar-vfs-info.c
- thunar-vfs/thunar-vfs-types.h 6 additions, 0 deletionsthunar-vfs/thunar-vfs-types.h
- thunar-vfs/thunar-vfs.c 4 additions, 0 deletionsthunar-vfs/thunar-vfs.c
- thunar/main.c 3 additions, 4 deletionsthunar/main.c
- thunar/thunar-file.c 0 additions, 28 deletionsthunar/thunar-file.c
- thunar/thunar-file.h 10 additions, 2 deletionsthunar/thunar-file.h
- thunar/thunar-list-model.c 1 addition, 1 deletionthunar/thunar-list-model.c
Loading
Please register or sign in to comment