summaryrefslogtreecommitdiff
path: root/RENAMING
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-05-31 23:27:26 +0000
committerDarin Adler <darin@src.gnome.org>2000-05-31 23:27:26 +0000
commitd90f8124e6dd2cec64f8db75fd38e1b3dc3d99fe (patch)
tree78adee748a0282633eadb6af849aa17f6c41b787 /RENAMING
parent3ec2e7fab72bae4d258a3f816a52a06100f77d71 (diff)
downloadnautilus-d90f8124e6dd2cec64f8db75fd38e1b3dc3d99fe.tar.gz
Fixed a bug where I accidentally treated root as "unable to access
* libnautilus-extensions/nautilus-file.c: (nautilus_file_denies_access_permission): Fixed a bug where I accidentally treated root as "unable to access anything" instead of "able to access everything". * src/nautilus-sidebar-tabs.h: Fixed file name in include guard. I'll probably need to write a script to find the broken ones. * src/nautilus-window-manage-views.c: (handle_unreadable_location): Fixed a bug where we unref's a file object before using it. * src/nautilus-window-private.h: Got rid of a straggler prototype for a nonexistent function. * RENAMING: Some are done.
Diffstat (limited to 'RENAMING')
-rw-r--r--RENAMING6
1 files changed, 3 insertions, 3 deletions
diff --git a/RENAMING b/RENAMING
index 3632cfbcb..eb11cdb03 100644
--- a/RENAMING
+++ b/RENAMING
@@ -11,14 +11,14 @@ components/websearch/ntl-web-search.c -> components/websearch/nautilus-web-searc
----------------------------
classes and other data types
----------------------------
-*IndexPanel* -> *Sidebar*
-*MetaView* -> *SidebarPanel*
+NautilusIndexTabs -> NautilusSidebarTabs
+NautilusIndexTitle -> NautilusSidebarTitle
NavigationRequestInfo -> NavigationRequest
+NautilusApp -> NautilusApplication
NavigationInfo -> Location
SelectionInfo -> Selection
SelectionRequestInfo -> SelectionRequest
StatusRequestInfo -> Status (or StatusRequest)
-NautilusApp -> NautilusApplication
--------------
function names