aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
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/e-calendar-table.c
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/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 64193687fa..e7847fe107 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -1213,7 +1213,7 @@ e_calendar_table_show_popup_menu (ETable *table,
for (i=0;i<sizeof(tasks_popup_items)/sizeof(tasks_popup_items[0]);i++)
menus = g_slist_prepend(menus, &tasks_popup_items[i]);
- e_popup_add_items((EPopup *)ep, menus, ect_popup_free, cal_table);
+ e_popup_add_items((EPopup *)ep, menus, NULL, ect_popup_free, cal_table);
menu = e_popup_create_menu_once((EPopup *)ep, (EPopupTarget *)t, 0);