nautilus/RENAMING
Darin Adler d90f8124e6 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.
2000-05-31 23:27:26 +00:00

25 lines
764 B
Text

We put plans for renaming in here so we can think about them for a
while. Note that when we rename a class, it usually involves renaming
some functions and files too.
----------
file names
----------
components/html/ntl-web-browser.c -> ?
components/websearch/ntl-web-search.c -> components/websearch/nautilus-web-search.c?
----------------------------
classes and other data types
----------------------------
NautilusIndexTabs -> NautilusSidebarTabs
NautilusIndexTitle -> NautilusSidebarTitle
NavigationRequestInfo -> NavigationRequest
NautilusApp -> NautilusApplication
NavigationInfo -> Location
SelectionInfo -> Selection
SelectionRequestInfo -> SelectionRequest
StatusRequestInfo -> Status (or StatusRequest)
--------------
function names
--------------