diff options
author | Rebecca Schulman <rebecka@eazel.com> | 2000-12-07 23:58:16 +0000 |
---|---|---|
committer | Rebecca Schulman <rebecka@src.gnome.org> | 2000-12-07 23:58:16 +0000 |
commit | aa31a6c20fd4b77ceebaf718933738c74b220d6e (patch) | |
tree | 347060042a1a0f52919687cb6814c94844b161cb /src/nautilus-window-toolbars.c | |
parent | fbd10312a2fd063c769a17282524bdfa79c5aa24 (diff) | |
download | nautilus-aa31a6c20fd4b77ceebaf718933738c74b220d6e.tar.gz |
Hopefully will improve performance for menu merging in a case where it is
2000-12-07 Rebecca Schulman <rebecka@eazel.com>
Hopefully will improve performance for
menu merging in a case where it is poor.
(bug 5020) Completely fixing the bug will
involve some design changes in the way the
clipboard works, though.
reviewed by: John Sullivan <sullivan@eazel.com>
(the additional bonobo freezes and thaws)
* libnautilus/nautilus-clipboard.c:
(merge_in_clipboard_menu_items), (merge_out_clipboard_menu_items):
Add freezes and thaws in hopes of improving performance here
* src/nautilus-window-menus.c: (nautilus_window_initialize_menus):
Ditto
* components/tree/nautilus-tree-view-dnd.c:
(nautilus_tree_view_get_drop_action):
* libnautilus-extensions/nautilus-user-level-manager.h:
* src/file-manager/fm-desktop-icon-view.c: (create_mount_link):
* src/nautilus-switchable-search-bar.c:
(nautilus_switchable_search_bar_set_mode):
* src/nautilus-window-toolbars.c: (theme_changed_callback):
Removed fixme comments in cases where the fixme has been
fixed.
Diffstat (limited to 'src/nautilus-window-toolbars.c')
-rw-r--r-- | src/nautilus-window-toolbars.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nautilus-window-toolbars.c b/src/nautilus-window-toolbars.c index ad9ba4705..fd3ee0792 100644 --- a/src/nautilus-window-toolbars.c +++ b/src/nautilus-window-toolbars.c @@ -347,12 +347,6 @@ theme_changed_callback (gpointer callback_data) { set_up_toolbar_images (NAUTILUS_WINDOW (callback_data)); set_up_throbber_frame_type (NAUTILUS_WINDOW (callback_data)); - - /* FIXME bugzilla.eazel.com 4982: - * Need to get the toolbar to re-layout somehow here, to position the - * throbber properly. Before big Bonobo changes we did this by hiding - * and showing the tool bar, but that doesn't work anymore. - */ } static void |