From c1b9a10f6883ccce1b41e4ab19e29f7f0e10776e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 22 Dec 2004 07:37:25 +0000 Subject: svn path=/trunk/; revision=28177 2004-12-17 Not Zed * 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 --- calendar/ChangeLog | 16 ++++++++++++++++ calendar/gui/alarm-notify/alarm-queue.c | 2 +- calendar/gui/calendar-component.c | 2 +- calendar/gui/dialogs/meeting-page.c | 2 +- calendar/gui/e-calendar-table.c | 2 +- calendar/gui/e-calendar-view.c | 2 +- calendar/gui/gnome-cal.c | 4 ++-- calendar/gui/tasks-component.c | 2 +- 8 files changed, 24 insertions(+), 8 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 28ded89044..c979e5bb9c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2004-12-17 Not Zed + + * 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): + 2004-12-22 JP Rosevear Fixes #61077 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;ibutton, event->time); 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()); diff --git a/calendar/gui/dialogs/meeting-page.c b/calendar/gui/dialogs/meeting-page.c index de419ee668..33eb509865 100644 --- a/calendar/gui/dialogs/meeting-page.c +++ b/calendar/gui/dialogs/meeting-page.c @@ -826,7 +826,7 @@ button_press_event (GtkWidget *widget, GdkEventButton *event, MeetingPage *mpage for (i=0;ibutton, event->time); 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;ibutton:0, event?event->time:gtk_get_current_event_time()); -- cgit v1.2.3