Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar.c')
-rw-r--r--shell/ev-sidebar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar.c b/shell/ev-sidebar.c
index 509a90b..ca04157 100644
--- a/shell/ev-sidebar.c
+++ b/shell/ev-sidebar.c
@@ -386,7 +386,7 @@ ev_sidebar_init (EvSidebar *ev_sidebar)
ev_sidebar);
image = gtk_image_new_from_stock (GTK_STOCK_CLOSE,
- GTK_ICON_SIZE_SMALL_TOOLBAR);
+ GTK_ICON_SIZE_MENU);
gtk_container_add (GTK_CONTAINER (close_button), image);
gtk_widget_show (image);