summaryrefslogtreecommitdiff
path: root/src/file-manager/nautilus-directory-view-ui.xml
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-11-09 01:36:13 +0000
committerDarin Adler <darin@src.gnome.org>2000-11-09 01:36:13 +0000
commita03bb1a3166bc03f33bbd2d4f61cfb44c3a4692b (patch)
treefbb19fd6789c3d267167ff7f2a23a1f413e2fb1b /src/file-manager/nautilus-directory-view-ui.xml
parent40eb73da3962485ccd9aadf85639088e26d64c5a (diff)
downloadnautilus-a03bb1a3166bc03f33bbd2d4f61cfb44c3a4692b.tar.gz
buddy: Gene Ragan <gzr@eazel.com>
* libnautilus-extensions/nautilus-file.c: (rename_callback): Since metadata for the directory itself is now stored under a fixed name, no need to rename the metadata for self-owned files any more. (get_item_count), (get_size), (compare_directories_by_count), (compare_files_by_size), (compare_by_size): Reimplement compares by size so they don't use gnome_vfs_file_info_compare -- this makes them work better for info == NULL cases. (get_date), (compare_by_modification_date): Reimplement compares by modification date so they don't use gnome_vfs_file_info_compare -- this makes them work better for info == NULL cases. (compare_by_name): Sort files that start with "." or "#" last. (compare_by_name_and_directory_name): Helper function so that we always sort by directory name when names are equal. (nautilus_file_compare_for_sort): Use the new functions above so we never have to use the gnome_vfs_file_info_compare function. Because of that, we won't have to keep file names around any more. This also simplified the logic -- I was able to remove all the special cases for info == NULL. (get_metadata_name): Function that returns "." for self-owned files so the metadata for the directory itself is stored somewhere that's not affected by renaming. (nautilus_file_get_metadata), (nautilus_file_get_metadata_list), (nautilus_file_set_metadata), (nautilus_file_set_metadata_list), (nautilus_file_get_boolean_metadata), (nautilus_file_get_integer_metadata), (nautilus_file_set_boolean_metadata), (nautilus_file_set_integer_metadata): Use the new get_metadata_name function. * src/file-manager/nautilus-directory-view-ui.xml: Changed an old <menuitem/> to <separator/>. * po/.cvsignore: Ignore the tmp directory, but no need to ignore the .headerlock file which is now obsolete. * README: Minor tweaks. * libnautilus-extensions/Makefile.am: Resorted lists.
Diffstat (limited to 'src/file-manager/nautilus-directory-view-ui.xml')
-rw-r--r--src/file-manager/nautilus-directory-view-ui.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/nautilus-directory-view-ui.xml b/src/file-manager/nautilus-directory-view-ui.xml
index c85f5db1d..40d54d9f1 100644
--- a/src/file-manager/nautilus-directory-view-ui.xml
+++ b/src/file-manager/nautilus-directory-view-ui.xml
@@ -27,7 +27,7 @@
_label="Other _Application..."
_tip="Choose another application with which to open the selected item"
verb="OtherApplication"/>
- <menuitem/>
+ <separator/>
<placeholder name="Viewers Placeholder"/>
<menuitem name="OtherViewer"
_label="Other _Viewer..."