diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-12-10 23:44:24 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-12-10 23:44:24 +0800 |
commit | 82bfd7cc1cc8f00cd86c87a6132678145bfa0776 (patch) | |
tree | bdd811252c4b0b59498b06c45a6e2e09ad2543f5 /calendar/ChangeLog | |
parent | 9211df58c43e7b0644baaac259a5dce762c8a363 (diff) | |
download | gsoc2013-evolution-82bfd7cc1cc8f00cd86c87a6132678145bfa0776.tar gsoc2013-evolution-82bfd7cc1cc8f00cd86c87a6132678145bfa0776.tar.gz gsoc2013-evolution-82bfd7cc1cc8f00cd86c87a6132678145bfa0776.tar.bz2 gsoc2013-evolution-82bfd7cc1cc8f00cd86c87a6132678145bfa0776.tar.lz gsoc2013-evolution-82bfd7cc1cc8f00cd86c87a6132678145bfa0776.tar.xz gsoc2013-evolution-82bfd7cc1cc8f00cd86c87a6132678145bfa0776.tar.zst gsoc2013-evolution-82bfd7cc1cc8f00cd86c87a6132678145bfa0776.zip |
remove the client from the list if there are errors, instead of re-adding
2003-12-10 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (gnome_calendar_add_event_uri): remove the client
from the list if there are errors, instead of re-adding it again.
Also, unref the ECal object on errors, for not leaking.
svn path=/trunk/; revision=23909
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 094d6f2003..316567d8e6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-12-10 Rodrigo Moya <rodrigo@ximian.com> + + * gui/gnome-cal.c (gnome_calendar_add_event_uri): remove the client + from the list if there are errors, instead of re-adding it again. + Also, unref the ECal object on errors, for not leaking. + 2003-12-10 Bolian Yin <bolian.yin@sun.com> *gui/e-week-view.c: Fix a event/jump button tabbing bug |