[evolution-patches] [Tasks] Fix for Bug 325722



Hi

Attached the patch for Bug 325722
Please review.

Thanks
Johnny
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2908
diff -u -p -r1.2908 ChangeLog
--- calendar/ChangeLog	3 Jan 2006 16:07:41 -0000	1.2908
+++ calendar/ChangeLog	4 Jan 2006 09:56:59 -0000
@@ -1,3 +1,10 @@
+2006-01-04  Johnny Jacob  <johnnyjacob gmail com>
+
+	** Fix for bug #325722
+
+	* gui/dialogs/task-page.c: (sensitize_widgets): Enable Save button
+	if it is a "assigned task"
+
 2006-01-03  Srinivasa Ragavan  <sragavan novell com>
 
 	** Fix for bug #325416
Index: calendar/gui/dialogs/task-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-page.c,v
retrieving revision 1.78
diff -u -p -r1.78 task-page.c
--- calendar/gui/dialogs/task-page.c	21 Dec 2005 04:13:41 -0000	1.78
+++ calendar/gui/dialogs/task-page.c	4 Jan 2006 09:57:34 -0000
@@ -426,6 +426,8 @@ sensitize_widgets (TaskPage *tpage)
 			, NULL);
 	bonobo_ui_component_set_prop (priv->uic, "/commands/OptionStatus", "sensitive", sensitize ? "1" : "0"
 			, NULL);
+	bonobo_ui_component_set_prop (priv->uic, "/commands/FileSave", "sensitive", priv->is_assignment ? "1" : "0"
+			, NULL);
 
 	
 	if (!priv->is_assignment) {


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