diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-25 02:53:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 20:03:33 +0800 |
commit | d36734fb447805f8aff516b512b032207d5c17c3 (patch) | |
tree | 34371321cd16d6104ecc4e105367aeb195fb70e4 /calendar/ChangeLog | |
parent | 8ea80f62e5a7058095d52bef6df909702666f995 (diff) | |
download | gsoc2013-evolution-d36734fb447805f8aff516b512b032207d5c17c3.tar gsoc2013-evolution-d36734fb447805f8aff516b512b032207d5c17c3.tar.gz gsoc2013-evolution-d36734fb447805f8aff516b512b032207d5c17c3.tar.bz2 gsoc2013-evolution-d36734fb447805f8aff516b512b032207d5c17c3.tar.lz gsoc2013-evolution-d36734fb447805f8aff516b512b032207d5c17c3.tar.xz gsoc2013-evolution-d36734fb447805f8aff516b512b032207d5c17c3.tar.zst gsoc2013-evolution-d36734fb447805f8aff516b512b032207d5c17c3.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. |