aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 74cd196560..61f0aae690 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -318,7 +318,7 @@ add_popup_menu_item (GtkMenu *menu, const char *label, const char *icon_name,
item = gtk_image_menu_item_new_with_label (label);
/* load the image */
- pixbuf = e_icon_factory_get_icon (icon_name, 16);
+ pixbuf = e_icon_factory_get_icon (icon_name, E_ICON_SIZE_MENU);
image = gtk_image_new_from_pixbuf (pixbuf);
if (image) {