diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-25 02:53:03 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-04-25 02:59:14 +0800 |
commit | 7088736007cca0e65306cd511ef50b5a57ae28b5 (patch) | |
tree | 252af6cb516937a34c276bb0a1024441ef6f90ea /calendar/ChangeLog | |
parent | 3b55c81b1e95281b741803adcd52baf3e0310345 (diff) | |
download | gsoc2013-evolution-7088736007cca0e65306cd511ef50b5a57ae28b5.tar.gz gsoc2013-evolution-7088736007cca0e65306cd511ef50b5a57ae28b5.tar.zst gsoc2013-evolution-7088736007cca0e65306cd511ef50b5a57ae28b5.zip |
Calendar - do not close editor after error
** Fix for bug #573704
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 0885b506ae..3e574be3ca 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2009-04-24 Milan Crha <mcrha@redhat.com> + ** Fix for bug #573704 + + * gui/dialogs/comp-editor.c: (action_save_cb), (real_send_comp): + Do not close editor after error. + +2009-04-24 Milan Crha <mcrha@redhat.com> + ** Part of fix for bug #571272 * gui/e-cal-model.c: (search_by_id_and_client): Possible leak fix. |