aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-03-18 22:17:16 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-03-18 22:17:16 +0800
commitb2da9f93edf316bbd6103c7635e1451305bac942 (patch)
tree702b4391fafc287c99d03fa8b1743cca06067018 /calendar/ChangeLog
parentef8e2ea6e20209bbdbac1d2944e9027a6c37a0cb (diff)
downloadgsoc2013-evolution-b2da9f93edf316bbd6103c7635e1451305bac942.tar
gsoc2013-evolution-b2da9f93edf316bbd6103c7635e1451305bac942.tar.gz
gsoc2013-evolution-b2da9f93edf316bbd6103c7635e1451305bac942.tar.bz2
gsoc2013-evolution-b2da9f93edf316bbd6103c7635e1451305bac942.tar.lz
gsoc2013-evolution-b2da9f93edf316bbd6103c7635e1451305bac942.tar.xz
gsoc2013-evolution-b2da9f93edf316bbd6103c7635e1451305bac942.tar.zst
gsoc2013-evolution-b2da9f93edf316bbd6103c7635e1451305bac942.zip
Fixes #34505
2003-03-18 Rodrigo Moya <rodrigo@ximian.com> 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <rodrigo@ximian.com>
+
+ 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 <hpj@ximian.com>
Fixes #34095