summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-06-27 18:33:58 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-06-27 18:33:58 +0000
commita03252970245493a3f0e01e470c0a447178f0352 (patch)
treeb655747b3f862b36dc98e82b27798e7d6f6e2f2d /components
parentadf1efcf0fb38cdaeea9ddcbe7878aafcdbb9a27 (diff)
downloadnautilus-a03252970245493a3f0e01e470c0a447178f0352.tar.gz
Implement .hidden files, synchronosly, for file:// only.
2003-06-27 Alexander Larsson <alexl@redhat.com> * components/tree/nautilus-tree-view.c: (create_tree): * libnautilus-private/nautilus-directory-async.c: (should_skip_file), (dequeue_pending_idle_callback), (remove_callback), (file_list_cancel), (count_non_skipped_files), (read_dot_hidden_file), (start_monitoring_file_list), (deep_count_one), (mime_list_one): * libnautilus-private/nautilus-directory-private.h: * libnautilus-private/nautilus-directory.c: (nautilus_directory_init), (nautilus_directory_finalize): * libnautilus-private/nautilus-file.c: (is_file_hidden), (nautilus_file_should_show): Implement .hidden files, synchronosly, for file:// only. * components/tree/nautilus-tree-view.c (create_tree): Change root name to "Filesystem"
Diffstat (limited to 'components')
-rw-r--r--components/tree/nautilus-tree-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/tree/nautilus-tree-view.c b/components/tree/nautilus-tree-view.c
index 1bd4b5491..13bccb954 100644
--- a/components/tree/nautilus-tree-view.c
+++ b/components/tree/nautilus-tree-view.c
@@ -502,7 +502,7 @@ create_tree (NautilusTreeView *view)
home_uri = gnome_vfs_get_uri_from_local_path (g_get_home_dir ());
nautilus_tree_model_add_root_uri (view->details->child_model, home_uri, _("Home Folder"), "gnome-home");
g_free (home_uri);
- nautilus_tree_model_add_root_uri (view->details->child_model, "file:///", _("Filesystem Root"), "gnome-folder");
+ nautilus_tree_model_add_root_uri (view->details->child_model, "file:///", _("Filesystem"), "gnome-folder");
#ifdef NOT_YET_USABLE
nautilus_tree_model_add_root_uri (view->details->child_model, "network:///", _("Network Neighbourhood"), "gnome-fs-network");
#endif