diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-05 20:18:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-05 20:18:36 +0800 |
commit | c2f127554d35c922c4035576e48bab1c1759f689 (patch) | |
tree | 536a2cdfe098d63a7feafb428cd7314023fe8aa4 /calendar/ChangeLog | |
parent | f1f54e0cdd88678ab083ee129ec37fe9509490e5 (diff) | |
download | gsoc2013-evolution-c2f127554d35c922c4035576e48bab1c1759f689.tar.gz gsoc2013-evolution-c2f127554d35c922c4035576e48bab1c1759f689.tar.zst gsoc2013-evolution-c2f127554d35c922c4035576e48bab1c1759f689.zip |
** Fix for bug #353780
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #353780
* gui/dialogs/comp-editor.h: (comp_editor_get_current_comp):
* gui/dialogs/comp-editor.c: (prompt_and_save_changes),
(menu_file_save_cb), (comp_editor_append_page),
(comp_editor_get_current_comp):
Stop processing immediately when page is filled incorrectly.
svn path=/trunk/; revision=34509
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9adc332c60..17074e8c0c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2007-11-05 Milan Crha <mcrha@redhat.com> + ** Fix for bug #353780 + + * gui/dialogs/comp-editor.h: (comp_editor_get_current_comp): + * gui/dialogs/comp-editor.c: (prompt_and_save_changes), + (menu_file_save_cb), (comp_editor_append_page), + (comp_editor_get_current_comp): + Stop processing immediately when page is filled incorrectly. + +2007-11-05 Milan Crha <mcrha@redhat.com> + ** Fix for bug #341085 * gui/e-day-view.c: (e_day_view_reshape_day_event): |