diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.c | 2 | ||||
-rw-r--r-- | calendar/gui/calendar-component.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 2d73b45ad8..9b62f131de 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -131,6 +131,8 @@ static void procedure_notification (time_t trigger, CompQueuedAlarms *cqa, gpoin static void query_objects_changed_cb (ECal *client, GList *objects, gpointer data); static void query_objects_removed_cb (ECal *client, GList *objects, gpointer data); +static void remove_client_alarms (ClientAlarms *ca); + /* Alarm queue engine */ diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index fd838385d8..ea227f3211 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -559,7 +559,7 @@ popup_event_cb(ESourceSelector *selector, ESource *insource, GdkEventButton *eve group = e_source_selector_get_primary_source_group (selector); g_object_ref (group); - ((EPopupItem) ecc_source_popups [0]).user_data = group; + ecc_source_popups [0].user_data = group; menus = g_slist_prepend (menus, &ecc_source_popups [0]); } else { |