[evolution-patches] [Calendar] Fix for 303856



Hi

Patch for http://bugzilla.gnome.org/show_bug.cgi?id=303856#c11

Please review.

Thanks
Johnny
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2917
diff -u -p -r1.2917 ChangeLog
--- calendar/ChangeLog	5 Jan 2006 07:53:20 -0000	1.2917
+++ calendar/ChangeLog	6 Jan 2006 06:27:57 -0000
@@ -1,3 +1,9 @@
+2006-01-06  Johnny Jacob  <johnnyjacob gmail com>
+
+	Fixes #303856
+	* gui/dialogs/comp-editor.c (comp_editor_notify_client_changed) :
+	set the comp editor status to changed .
+
 2006-01-05  Johnny Jacob  <johnnyjacob gmail com>
 
 	* gui/dialogs/event-page.c (init_widgets): Set alarm-dialog as
Index: calendar/gui/dialogs/comp-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/comp-editor.c,v
retrieving revision 1.160
diff -u -p -r1.160 comp-editor.c
--- calendar/gui/dialogs/comp-editor.c	20 Dec 2005 06:03:57 -0000	1.160
+++ calendar/gui/dialogs/comp-editor.c	6 Jan 2006 06:30:22 -0000
@@ -2683,6 +2683,9 @@ comp_editor_notify_client_changed (CompE
 	if (!e_cal_is_read_only (client, &read_only, NULL))
 		read_only = TRUE;
 
+	if (!read_only)
+		comp_editor_set_changed (editor, TRUE);
+
 	/* FIXME: SRINI: Disable widgets */
 }
 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]