aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-08-10 01:22:45 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-08-10 01:22:45 +0800
commit6bea7d339a521864a0f5984a00c5039476b38b24 (patch)
treed1950f088493020705ea132f36358c583df73d7a /calendar
parent1ff991d6ed463c0b6d6072147e8afecc43c3a5df (diff)
downloadgsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.tar
gsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.tar.gz
gsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.tar.bz2
gsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.tar.lz
gsoc2013-evolution-6bea7d339a521864a0f5984a00c5039476b38b24.tar.xz
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')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/dialogs/comp-editor.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a1e79df163..181c388cac 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+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
+
2002-08-08 JP Rosevear <jpr@ximian.com>
* gui/itip-utils.c (users_has_attendee): check for an attendee in
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);
}