aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.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-view.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-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index ad2020b9f3..c935cb3f6d 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -1469,7 +1469,7 @@ e_calendar_view_create_popup_menu (ECalendarView *cal_view)
menus = g_slist_prepend(menus, &ecv_child_items[i]);
}
- e_popup_add_items((EPopup *)ep, menus, ecv_popup_free, cal_view);
+ e_popup_add_items((EPopup *)ep, menus, NULL, ecv_popup_free, cal_view);
return e_popup_create_menu_once((EPopup *)ep, (EPopupTarget *)t, 0);
}