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/gui/dialogs/comp-editor.h | |
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/gui/dialogs/comp-editor.h')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h index aac50e9d87..e761061939 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -100,7 +100,8 @@ ECal *comp_editor_get_e_cal (CompEditor *editor); void comp_editor_edit_comp (CompEditor *ee, ECalComponent *comp); ECalComponent *comp_editor_get_comp (CompEditor *editor); -ECalComponent *comp_editor_get_current_comp (CompEditor *editor); +ECalComponent *comp_editor_get_current_comp (CompEditor *editor, + gboolean *correct); gboolean comp_editor_save_comp (CompEditor *editor, gboolean send); void comp_editor_delete_comp (CompEditor *editor); |