diff options
author | Michael Meeks <michael@src.gnome.org> | 2002-01-18 15:12:00 +0000 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2002-01-18 15:12:00 +0000 |
commit | 5a837d8ac19aa878dae1e5af9d7969869859c58a (patch) | |
tree | 76a16752bd68d898ffa9519dbe54d033e3951682 /src | |
parent | 1da01a652dfe0b962fda1dd5722797fdd032ce51 (diff) | |
download | nautilus-5a837d8ac19aa878dae1e5af9d7969869859c58a.tar.gz |
fix comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-window-toolbars.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/nautilus-window-toolbars.c b/src/nautilus-window-toolbars.c index 86329dd29..cfd4a423c 100644 --- a/src/nautilus-window-toolbars.c +++ b/src/nautilus-window-toolbars.c @@ -263,23 +263,8 @@ set_up_special_bonobo_button (NautilusWindow *window, bonobo_ui_toolbar_button_item_set_image (item, pixbuf); g_object_unref (pixbuf); - -#if GNOME2_CONVERSION_COMPLETE - /* FIXME bugzilla.gnome.org 45005: - * Setting the style here accounts for the preference, but does not - * account for a hard-wired toolbar style or later changes in style - * (such as if the toolbar is detached and made vertical). There - * is currently no Bonobo API to support matching the style properly. - */ - bonobo_ui_toolbar_item_set_style - (BONOBO_UI_TOOLBAR_ITEM (item), - gnome_preferences_get_toolbar_labels () - ? BONOBO_UI_TOOLBAR_ITEM_STYLE_ICON_AND_TEXT_VERTICAL - : BONOBO_UI_TOOLBAR_ITEM_STYLE_ICON_ONLY); -#endif } - static void set_up_toolbar_images (NautilusWindow *window) { |