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 /RPMs-README | |
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 'RPMs-README')
-rw-r--r-- | RPMs-README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RPMs-README b/RPMs-README index a5b05badc..f256247bb 100644 --- a/RPMs-README +++ b/RPMs-README @@ -13,5 +13,5 @@ people can use it without going through the pain of setting up a build system, but we'd be happier if there weren't RPMs out there for other non-released versions. -If despite this, you decide to distribute your own RPMs, please contact +If, despite this, you decide to distribute your own RPMs, please contact the Nautilus maintainer, Darin Adler <darin@eazel.com>, and let him know. |