[evolution-patches] Fix for the bug #331089 [exchange calendar]
- From: pchenthill <pchenthill novell com>
- To: patches <evolution-patches gnome org>
- Subject: [evolution-patches] Fix for the bug #331089 [exchange calendar]
- Date: Sat, 04 Mar 2006 15:45:38 +0530
Hi,
Have attached the fix for the bug. Let the recurrence button be active always.
thanks, Chenthill.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.3003
diff -u -p -r1.3003 ChangeLog
--- ChangeLog 3 Mar 2006 13:24:38 -0000 1.3003
+++ ChangeLog 4 Mar 2006 09:58:25 -0000
@@ -1,3 +1,10 @@
+2006-03-04 Chenthill Palanisamy <pchenthill novell com>
+
+ Fixes #331089
+ * gui/dialogs/event-page.c: (sensitize_widgets):
+ Let the recurrence button in tool bar remain
+ active always.
+
2006-03-03 Sam Yang <sam yang sun com>
Fixes #324560
Index: gui/dialogs/event-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-page.c,v
retrieving revision 1.109
diff -u -p -r1.109 event-page.c
--- gui/dialogs/event-page.c 3 Mar 2006 12:58:48 -0000 1.109
+++ gui/dialogs/event-page.c 4 Mar 2006 09:58:26 -0000
@@ -848,8 +848,6 @@ sensitize_widgets (EventPage *epage)
, NULL);
bonobo_ui_component_set_prop (priv->uic, "/commands/ActionAllDayEvent", "sensitive", sensitize ? "1" : "0"
, NULL);
- bonobo_ui_component_set_prop (priv->uic, "/commands/ActionRecurrence", "sensitive", !read_only ? "1" : "0"
- , NULL);
bonobo_ui_component_set_prop (priv->uic, "/commands/ActionShowTimeBusy", "sensitive", !read_only ? "1" : "0"
, NULL);
bonobo_ui_component_set_prop (priv->uic, "/commands/ActionAlarm", "sensitive", !read_only ? "1" : "0"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]