2005-07-13 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-user.c(thunar_vfs_user_manager_init): Use direct hashing instead of int hashing. * thunar/thunar-local-file.c(thunar_local_file_get_emblem_names): If the file cannot be written, return the "noread" emblem as well. * thunar/thunar-file.{c,h}: Add can_execute(), can_read() and can_write() methods, and a default implementation, so not every class derived from ThunarFile needs to implement these methods of its own. * thunar/thunar-standard-view.c(thunar_standard_view_selection_changed): Update the "cut" and "paste" actions depending on whether the current directory is writable. (Old svn revision: 16385)
Showing
- ChangeLog 14 additions, 0 deletionsChangeLog
- thunar-vfs/thunar-vfs-user.c 2 additions, 2 deletionsthunar-vfs/thunar-vfs-user.c
- thunar/thunar-file.c 201 additions, 20 deletionsthunar/thunar-file.c
- thunar/thunar-file.h 10 additions, 0 deletionsthunar/thunar-file.h
- thunar/thunar-local-file.c 3 additions, 0 deletionsthunar/thunar-local-file.c
- thunar/thunar-standard-view.c 16 additions, 4 deletionsthunar/thunar-standard-view.c
Loading
Please register or sign in to comment