From 1555ba44f91d9730d47e3d1e07a67ad3459f98c5 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Wed, 23 Feb 2005 12:42:44 +0000 Subject: Fixes #72006 2005-02-23 Chenthill Palanisamy 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 --- calendar/gui/dialogs/event-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/event-editor.c') diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 705b03b9a8..785fe5c357 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -382,7 +382,7 @@ show_meeting (EventEditor *ee) _("Invitations")); priv->meeting_shown = TRUE; - comp_editor_set_changed (COMP_EDITOR (ee), priv->meeting_shown); + comp_editor_set_changed (COMP_EDITOR (ee), FALSE); comp_editor_set_needs_send (COMP_EDITOR (ee), priv->meeting_shown); } -- cgit v1.2.3