Fix for the bug #331089 [exchange calendar]
pchenthill <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
Hi, Have attached the fix for the bug. Let the recurrence button be active always. thanks, Chenthill. _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
331089.diff
(text/x-patch, 1.4 KB)
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 <[email protected]> + + Fixes #331089 + * gui/dialogs/event-page.c: (sensitize_widgets): + Let the recurrence button in tool bar remain + active always. + 2006-03-03 Sam Yang <[email protected]> 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"