aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 6b49307166..085425344f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2002-06-17 Rodrigo Moya <rodrigo@ximian.com>
+
+ Fixes wombat crash (for JP and myself)
+
+ * gui/gnome-cal.c (gnome_calendar_open): don't call add_alarms here,
+ since the client is not yet attached to the backend, and the alarm
+ daemon does unref the client before creating a new one.
+ (client_cal_opened_cb): call add_alarms here.
+
2002-06-12 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify.c: added timeout_id to LoadedClient structure, to