aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-03-10 19:53:36 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-03-10 19:53:36 +0800
commit6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2 (patch)
treee781beaf534ee8f97a4d9e2389ce93dfffe4e689 /calendar/ChangeLog
parentc8a1141a55840d16dca6fc863d8fbab7d0b4ab26 (diff)
downloadgsoc2013-evolution-6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2.tar
gsoc2013-evolution-6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2.tar.gz
gsoc2013-evolution-6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2.tar.bz2
gsoc2013-evolution-6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2.tar.lz
gsoc2013-evolution-6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2.tar.xz
gsoc2013-evolution-6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2.tar.zst
gsoc2013-evolution-6c2bba29f7cfa297e4fb0a9f60ac90f430c1e3e2.zip
if we already have the client loaded, don't remove it, just increment its
2003-03-09 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar): if we already have the client loaded, don't remove it, just increment its reference count. * gui/alarm-notify/alarm-queue.c (remove_queued_alarm): added new argument to specify whether we want the component's structure removed if no more alarms exist, and only free the structure if TRUE. (remove_alarms): added same new argument and pass it over to remove_queued_alarm. (remove_comp, obj_updated_cb): passed new argument to remove_alarms. (procedure_notification): passed new argument to remove_queued_alarm. (obj_removed_cb): set all freed pointers to NULL. (notify_dialog_cb): only remove the alarm if the pointers are not NULL. svn path=/trunk/; revision=20232
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 6c91692b24..499e8dcb54 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,19 @@
+2003-03-09 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar): if we
+ already have the client loaded, don't remove it, just increment its
+ reference count.
+
+ * gui/alarm-notify/alarm-queue.c (remove_queued_alarm): added new
+ argument to specify whether we want the component's structure removed
+ if no more alarms exist, and only free the structure if TRUE.
+ (remove_alarms): added same new argument and pass it over to
+ remove_queued_alarm.
+ (remove_comp, obj_updated_cb): passed new argument to remove_alarms.
+ (procedure_notification): passed new argument to remove_queued_alarm.
+ (obj_removed_cb): set all freed pointers to NULL.
+ (notify_dialog_cb): only remove the alarm if the pointers are not NULL.
+
2003-03-07 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/save.c (get_calendars_to_load): create the array