diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-02-09 23:00:47 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-02-09 23:00:47 +0800 |
commit | 0f91739965d3c701a198062c4f7af39aff401a7f (patch) | |
tree | cd6e42e7c7e56238a450379fd5f7b9bb7e0ccc5a /calendar/ChangeLog | |
parent | 3b73c55963d022faeb3538294c8a7d514dabbe13 (diff) | |
download | gsoc2013-evolution-0f91739965d3c701a198062c4f7af39aff401a7f.tar.gz gsoc2013-evolution-0f91739965d3c701a198062c4f7af39aff401a7f.tar.zst gsoc2013-evolution-0f91739965d3c701a198062c4f7af39aff401a7f.zip |
don't add the clients to the internal hash/list here, just remove it if
2004-02-09 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (client_cal_opened_cb): don't add the clients to the
internal hash/list here, just remove it if opening the calendar fails.
(gnome_calendar_add_event_source): add the client to the internal
hash/list here.
svn path=/trunk/; revision=24682
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7a5e44bb8f..4484f2711d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-02-09 Rodrigo Moya <rodrigo@ximian.com> + + * gui/gnome-cal.c (client_cal_opened_cb): don't add the clients to the + internal hash/list here, just remove it if opening the calendar fails. + (gnome_calendar_add_event_source): add the client to the internal + hash/list here. + 2004-02-09 Kidd Wang <kidd.wang@sun.com> * gui/e-cal-model-tasks.c: (ecmt_set_value_at): refuse to update |