mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
d90f8124e6
* 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.
25 lines
764 B
Text
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
|
|
--------------
|