From 467d542d50db8e852b2a3d988ba95005e0620cf0 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 12 Apr 2011 11:33:15 -0400 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c index 4bfc0745e..faafa8885 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); -- cgit v1.2.1