aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/tasks-component.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/tasks-component.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/tasks-component.c')
-rw-r--r--calendar/gui/tasks-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c
index feaf6b16ce..7abf67bc87 100644
--- a/calendar/gui/tasks-component.c
+++ b/calendar/gui/tasks-component.c
@@ -360,7 +360,7 @@ popup_event_cb(ESourceSelector *selector, ESource *insource, GdkEventButton *eve
for (i=0;i<sizeof(etc_source_popups)/sizeof(etc_source_popups[0]);i++)
menus = g_slist_prepend(menus, &etc_source_popups[i]);
- e_popup_add_items((EPopup *)ep, menus, etc_source_popup_free, component_view);
+ e_popup_add_items((EPopup *)ep, menus, NULL,etc_source_popup_free, component_view);
menu = e_popup_create_menu_once((EPopup *)ep, (EPopupTarget *)t, 0);
gtk_menu_popup(menu, NULL, NULL, NULL, NULL, event?event->button:0, event?event->time:gtk_get_current_event_time());