diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-04 18:41:20 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-04 18:41:20 +0800 |
commit | 65cbc998af90ee33b4cf95bdde49961ae2e8c7ca (patch) | |
tree | 798e5da2744ca41d29d4162c1d1b9bb1765e9014 /calendar/gui | |
parent | d8727b99161c5c995f4abf672fd0916b7aeef3c4 (diff) | |
download | gsoc2013-evolution-65cbc998af90ee33b4cf95bdde49961ae2e8c7ca.tar.gz gsoc2013-evolution-65cbc998af90ee33b4cf95bdde49961ae2e8c7ca.tar.zst gsoc2013-evolution-65cbc998af90ee33b4cf95bdde49961ae2e8c7ca.zip |
Fixes #331089
svn path=/trunk/; revision=31639
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/event-page.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |