diff options
author | JP Rosevear <jpr@ximian.com> | 2002-08-10 01:22:45 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-08-10 01:22:45 +0800 |
commit | 6bea7d339a521864a0f5984a00c5039476b38b24 (patch) | |
tree | d1950f088493020705ea132f36358c583df73d7a /calendar/gui | |
parent | 1ff991d6ed463c0b6d6072147e8afecc43c3a5df (diff) | |
download | gsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.tar.gz gsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.tar.zst gsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.zip |
set the editor to changed so the item actually gets saved
2002-08-09 JP Rosevear <jpr@ximian.com>
* gui/dialogs/comp-editor.c (real_send_comp): set the editor to
changed so the item actually gets saved
svn path=/trunk/; revision=17753
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 2322b3bb69..a5ad2b811b 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -967,6 +967,8 @@ real_send_comp (CompEditor *editor, CalComponentItipMethod method) gtk_object_ref (GTK_OBJECT (tmp_comp)); comp_editor_edit_comp (editor, tmp_comp); gtk_object_unref (GTK_OBJECT (tmp_comp)); + + comp_editor_set_changed (editor, TRUE); save_comp (editor); } |