From b2da9f93edf316bbd6103c7635e1451305bac942 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 18 Mar 2003 14:17:16 +0000 Subject: Fixes #34505 2003-03-18 Rodrigo Moya Fixes #34505 * gui/alarm-notify/alarm-queue.c (remove_queued_alarm): added removal of the alarm itself in the calendar if the (new) argument says so. Also, set expecting_update flag to TRUE. (add_component_alarms): initialize expecting_update to FALSE. (remove_alarms): don't remove the component if expecting_update is TRUE. (obj_updated_cb, notify_dialog_cb, procedure_notification): adapted to changes in remove_queued_alarm. svn path=/trunk/; revision=20335 --- calendar/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a4ea3a02ad..20c9e90df2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2003-03-18 Rodrigo Moya + + Fixes #34505 + + * gui/alarm-notify/alarm-queue.c (remove_queued_alarm): added removal + of the alarm itself in the calendar if the (new) argument says so. + Also, set expecting_update flag to TRUE. + (add_component_alarms): initialize expecting_update to FALSE. + (remove_alarms): don't remove the component if expecting_update is + TRUE. + (obj_updated_cb, notify_dialog_cb, procedure_notification): adapted + to changes in remove_queued_alarm. + 2003-03-17 Hans Petter Jansson Fixes #34095 -- cgit