diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-06-18 04:46:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-06-18 04:46:36 +0800 |
commit | 09129f6072fa280f989afd1bc1320215c8b30302 (patch) | |
tree | 8303ed11aa2c0b81f4f6edf852fb60b57ded0890 /calendar/ChangeLog | |
parent | 6bd5d23da7d5676989cd40ce848c4b8bbb6f7f3e (diff) | |
download | gsoc2013-evolution-09129f6072fa280f989afd1bc1320215c8b30302.tar.gz gsoc2013-evolution-09129f6072fa280f989afd1bc1320215c8b30302.tar.zst gsoc2013-evolution-09129f6072fa280f989afd1bc1320215c8b30302.zip |
Fixes wombat crash (for JP and myself)
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.
svn path=/trunk/; revision=17215
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
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 |