summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-04-12 11:33:15 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-04-25 13:02:49 -0400
commit467d542d50db8e852b2a3d988ba95005e0620cf0 (patch)
tree009da9e715c16fbed51c191c646c61c14efae543
parent6163c788418f95879a3c2e729d0e59871cb3d447 (diff)
downloadnautilus-467d542d50db8e852b2a3d988ba95005e0620cf0.tar.gz
places-sidebar: make sure the eject icon is rendered 16x16
https://bugzilla.gnome.org/show_bug.cgi?id=647570
-rw-r--r--src/nautilus-places-sidebar.c2
1 files changed, 1 insertions, 1 deletions
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);