@@ -1,3 +1,17 @@
|
||||
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 Chenthill Palanisamy <pchenthill@novell.com>
|
||||
|
||||
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 <sam.yang@sun.com>
|
||||
|
||||
Fixes #324560
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user