aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.c')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c
index 8176c3c145..9e1519d1a6 100644
--- a/calendar/gui/alarm-notify/alarm-queue.c
+++ b/calendar/gui/alarm-notify/alarm-queue.c
@@ -888,7 +888,7 @@ tray_icon_clicked_cb (GtkWidget *widget, GdkEventButton *event, gpointer user_da
ep = e_popup_new("org.gnome.evolution.alarmNotify.popup");
for (i=0;i<sizeof(tray_items)/sizeof(tray_items[0]);i++)
menus = g_slist_prepend(menus, &tray_items[i]);
- e_popup_add_items(ep, menus, tray_popup_free, tray_data);
+ e_popup_add_items(ep, menus, NULL, tray_popup_free, tray_data);
menu = e_popup_create_menu_once(ep, NULL, 0);
gtk_menu_popup(menu, NULL, NULL, NULL, NULL, event->button, event->time);