diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 03:52:34 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 03:52:34 +0800 |
commit | 3615c9dbb4749849de6ea7d913b5c9bc73ba70ce (patch) | |
tree | 3284d244add037e0a5414e385eeb0de8aee86c94 /calendar/gui/dialogs/event-page.c | |
parent | 72d7222c6d21b3935dac26983028ff2b0e06e1dc (diff) | |
download | gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.gz gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.bz2 gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.lz gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.xz gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.zst gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.zip |
Fixes #329594
svn path=/trunk/; revision=33768
Diffstat (limited to 'calendar/gui/dialogs/event-page.c')
-rw-r--r-- | calendar/gui/dialogs/event-page.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index 12b95739aa..91787bc12f 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -873,6 +873,9 @@ sensitize_widgets (EventPage *epage) sensitize ? "1" : "0", NULL); bonobo_ui_component_set_prop (priv->uic, "/commands/InsertSendOptions", "sensitive", sensitize ? "1" : "0" , NULL); + bonobo_ui_component_set_prop (priv->uic, "/commands/ActionRecurrence", "sensitive", sensitize ? "1" : "0", NULL); + bonobo_ui_component_set_prop (priv->uic, "/commands/ActionFreeBusy", "sensitive", sensitize ? "1" : "0", NULL); + bonobo_ui_component_set_prop (priv->uic, "/commands/ViewCategories", "sensitive", "1", NULL); bonobo_ui_component_set_prop (priv->uic, "/commands/ViewTimeZone", "sensitive", "1", NULL); |