diff options
author | John Sullivan <sullivan@src.gnome.org> | 2001-01-19 19:14:11 +0000 |
---|---|---|
committer | John Sullivan <sullivan@src.gnome.org> | 2001-01-19 19:14:11 +0000 |
commit | d23bb1b5be3ec7b2905ff3bf04c20d0733980dc9 (patch) | |
tree | de402bdad1bd1b6f3e3d6b48ddb30c59fb4af171 /data | |
parent | 773ec652b14d4e29274588d78b88daa9c87a0096 (diff) | |
download | nautilus-d23bb1b5be3ec7b2905ff3bf04c20d0733980dc9.tar.gz |
reviewed by: Darin Adler <darin@eazel.com>
Finished bug 2146 (Properties window for desktop Trash
should show Trash properties). The last two changes were
to remove the "accessed" field for all directories, since
it seems useless, and to fill in the "where" field with
"on the desktop".
* libnautilus-extensions/nautilus-file.c:
(nautilus_file_get_where_string): New function, calls
virtual function so trash and normal files can report
different strings.
(nautilus_file_get_string_attribute): Changed "parent_uri"
string attribute to "where", since it is not the parent_uri
in the Trash case.
* libnautilus-extensions/nautilus-file.h: Virtual function
pointer for get_where_string.
* libnautilus-extensions/nautilus-trash-file.c:
(trash_file_get_where_string),
(nautilus_trash_file_initialize_class): Supply get_where_string
function that returns "on the desktop".
* libnautilus-extensions/nautilus-vfs-file.c:
(vfs_file_get_where_string), (nautilus_vfs_file_initialize_class):
Supply get_where_string function that returns parent_uri string.
* src/file-manager/fm-properties-window.c:
(should_show_accessed_date): New function, returns FALSE for
directories and TRUE for other files.
(create_basic_page): Honor should_show_accessed_date, and use
"where" instead of "parent_uri" string attribute.
* src/file-manager/fm-search-list-view.c:
(real_get_column_specification): Use "where" instead of "parent_uri"
string attribute.
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions