aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-02-23 20:42:44 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-02-23 20:42:44 +0800
commit1555ba44f91d9730d47e3d1e07a67ad3459f98c5 (patch)
treea091f2d03ca184d136fcb0c94ea0c9a16a40c8cd /calendar/gui/dialogs/comp-editor.c
parent4ae0d22ea973c74e0628236e63572227f1e0b879 (diff)
downloadgsoc2013-evolution-1555ba44f91d9730d47e3d1e07a67ad3459f98c5.tar
gsoc2013-evolution-1555ba44f91d9730d47e3d1e07a67ad3459f98c5.tar.gz
gsoc2013-evolution-1555ba44f91d9730d47e3d1e07a67ad3459f98c5.tar.bz2
gsoc2013-evolution-1555ba44f91d9730d47e3d1e07a67ad3459f98c5.tar.lz
gsoc2013-evolution-1555ba44f91d9730d47e3d1e07a67ad3459f98c5.tar.xz
gsoc2013-evolution-1555ba44f91d9730d47e3d1e07a67ad3459f98c5.tar.zst
gsoc2013-evolution-1555ba44f91d9730d47e3d1e07a67ad3459f98c5.zip
Fixes #72006
2005-02-23 Chenthill Palanisamy <pchenthill@novell.com> Fixes #72006 * gui/dialogs/comp-editor.c: (real_edit_comp): * gui/dialogs/event-editor.c: (show_meeting): * gui/dialogs/task-editor.c: (show_assignment): Reset the changed state, to suppress the promt_to_changes dialog when the fields are not changed. svn path=/trunk/; revision=28868
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r--calendar/gui/dialogs/comp-editor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 4ba8900b3a..6a933686f9 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -1183,7 +1183,7 @@ comp_editor_set_group_item (CompEditor *editor, gboolean group_item)
}
gboolean
-comp_editor_get_is_group_item (CompEditor *editor)
+comp_editor_get_group_item (CompEditor *editor)
{
CompEditorPrivate *priv;
@@ -1722,6 +1722,8 @@ real_edit_comp (CompEditor *editor, ECalComponent *comp)
fill_widgets (editor);
+ priv->changed =FALSE;
+
listen_for_changes (editor);
}