diff options
author | Darin Adler <darin@src.gnome.org> | 2000-08-11 21:33:11 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-08-11 21:33:11 +0000 |
commit | c54c58543a786c1a19fba2325db2dd83ad7bdd5a (patch) | |
tree | 1f5fe3eb319db0dc77f72c515d5b34c236989830 /src/nautilus-spatial-window.h | |
parent | 0280cc1897ed38875916ebb7679908e6bfaa9b3c (diff) | |
download | nautilus-c54c58543a786c1a19fba2325db2dd83ad7bdd5a.tar.gz |
Fixed bug 1891 (calling set_title before report_load_underway has
no effect).
* libnautilus-extensions/nautilus-file.c: (destroy):
Fix a leak in the symbolic link target hash table.
* src/nautilus-application.c: (nautilus_application_startup),
(nautilus_application_create_desktop_window),
(nautilus_application_open_desktop),
(nautilus_application_close_desktop),
(nautilus_application_destroyed_window),
(nautilus_application_create_window):
Simplified the logic for creating and destroying the desktop
window a little bit and made it actually unref the desktop
window instead of just destroying it.
* src/nautilus-switchable-navigation-bar.c:
(nautilus_switchable_navigation_bar_initialize),
(nautilus_switchable_navigation_bar_set_mode),
(nautilus_switchable_navigation_bar_set_location):
Added missing code to send out the mode_changed signal and
took out a gratuitous FIXME.
* src/nautilus-view-frame.h:
* src/nautilus-view-frame.c:
(nautilus_view_frame_initialize_class),
(nautilus_view_frame_initialize), (nautilus_view_frame_destroy),
(set_up_for_new_location), (nautilus_view_frame_load_location),
(nautilus_view_frame_report_location_change),
(nautilus_view_frame_set_title), (nautilus_view_frame_get_title):
Changed it so the view frame keeps around the title as passed by
the view. It now emits a "title_changed" signal instead of a
"set_title" signal and you can get the title with a call to
nautilus_view_frame_get_title.
* src/nautilus-window.h:
* src/nautilus-window.c: (nautilus_window_title_changed_callback),
(nautilus_window_connect_view):
* src/nautilus-window-manage-views.h:
* src/nautilus-window-manage-views.c:
(nautilus_window_get_current_location_title),
(nautilus_window_update_title),
(nautilus_window_set_displayed_location),
(nautilus_window_title_changed), (handle_go_elsewhere),
(nautilus_window_has_really_changed),
(nautilus_window_update_state):
Manage the title in a simpler way now that the view frame keeps
the title around.
* src/nautilus-window-toolbars.c: (set_up_button): Fixed error
that would result in a call to gnome_stock_set_icon with NULL.
* RPMs-README: Fixed a typo.
Diffstat (limited to 'src/nautilus-spatial-window.h')
-rw-r--r-- | src/nautilus-spatial-window.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-spatial-window.h b/src/nautilus-spatial-window.h index c14ceced8..4c48e6627 100644 --- a/src/nautilus-spatial-window.h +++ b/src/nautilus-spatial-window.h @@ -89,8 +89,6 @@ struct NautilusWindow { /* Information about current location/selection */ char *location; GList *selection; - char *requested_title; - char *default_title; /* Back/Forward chain, and history list. * The data in these lists are NautilusBookmark pointers. |