diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-22 15:37:25 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-22 15:37:25 +0800 |
commit | c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e (patch) | |
tree | 6943f0923f19af4b69d5c0a284147cebfa3d5593 /calendar/gui/calendar-component.c | |
parent | 10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f (diff) | |
download | gsoc2013-evolution-c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e.tar.gz 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/calendar-component.c')
-rw-r--r-- | calendar/gui/calendar-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 5362abbad8..0b01900603 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -426,7 +426,7 @@ popup_event_cb(ESourceSelector *selector, ESource *insource, GdkEventButton *eve menus = g_slist_prepend(menus, &ecc_source_popups[i]); } - e_popup_add_items((EPopup *)ep, menus, ecc_source_popup_free, component_view); + e_popup_add_items((EPopup *)ep, menus, NULL, ecc_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()); |