[nautilus] places-sidebar: make sure the eject icon is rendered 16x16



commit 679486ff6db16138027aa85c2aadbb9d272bc984
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 12 11:33:15 2011 -0400

    places-sidebar: make sure the eject icon is rendered 16x16
    
    https://bugzilla.gnome.org/show_bug.cgi?id=647570

 src/nautilus-places-sidebar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c
index 4bfc074..faafa88 100644
--- a/src/nautilus-places-sidebar.c
+++ b/src/nautilus-places-sidebar.c
@@ -220,7 +220,7 @@ get_eject_icon (NautilusPlacesSidebar *sidebar,
 	GtkStyleContext *style;
 
 	icon_theme = gtk_icon_theme_get_default ();
-	icon_size = nautilus_get_icon_size_for_stock_size (GTK_ICON_SIZE_SMALL_TOOLBAR);
+	icon_size = nautilus_get_icon_size_for_stock_size (GTK_ICON_SIZE_MENU);
 	icon = g_themed_icon_new_with_default_fallbacks ("media-eject-symbolic");
 	icon_info = gtk_icon_theme_lookup_by_gicon (icon_theme, icon, icon_size, 0);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]