aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-22 15:37:25 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-22 15:37:25 +0800
commitc1b9a10f6883ccce1b41e4ab19e29f7f0e10776e (patch)
tree6943f0923f19af4b69d5c0a284147cebfa3d5593 /calendar/gui/alarm-notify
parent10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f (diff)
downloadgsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.tar
gsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.tar.gz
gsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.tar.bz2
gsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.tar.lz
gsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.tar.xz
gsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.tar.zst
gsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.zip
svn path=/trunk/; revision=28177
2004-12-17 Not Zed <NotZed@Ximian.com> * gui/e-calendar-table.c (e_calendar_table_show_popup_menu): * gui/tasks-component.c (popup_event_cb): * gui/gnome-cal.c (gnome_calendar_view_popup_factory): * gui/e-calendar-view.c (e_calendar_view_create_popup_menu): * gui/alarm-notify/alarm-queue.c (tray_icon_clicked_cb): * gui/dialogs/meeting-page.c (button_press_event): * gui/calendar-component.c (popup_event_cb): svn path=/trunk/; revision=28177
Diffstat (limited to 'calendar/gui/alarm-notify')
-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);