From 65cbc998af90ee33b4cf95bdde49961ae2e8c7ca Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Sat, 4 Mar 2006 10:41:20 +0000 Subject: Fixes #331089 svn path=/trunk/; revision=31639 --- calendar/ChangeLog | 14 ++++++++++++++ calendar/gui/dialogs/event-page.c | 2 -- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2758031801..d345bc84b8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2006-03-04 Chenthill Palanisamy + + Fixes #331089 + * gui/dialogs/event-page.c: (sensitize_widgets): + Let the recurrence button in tool bar remain + active always. + +2006-03-03 Chenthill Palanisamy + + Fixes #330448 + * gui/e-meeting-list-view.c: (attendee_edited_cb): Remove + attendees from the e-name-selector when its removed from + meeting list view. + 2006-03-03 Sam Yang Fixes #324560 diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index 05dcb0635e..357ba6e7f4 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -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" -- cgit v1.2.3