diff options
Diffstat (limited to 'calendar/gui/e-cal-shell-view.c')
-rw-r--r-- | calendar/gui/e-cal-shell-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-shell-view.c b/calendar/gui/e-cal-shell-view.c index 8dd7bfcd5d..7a77d84991 100644 --- a/calendar/gui/e-cal-shell-view.c +++ b/calendar/gui/e-cal-shell-view.c @@ -59,9 +59,9 @@ cal_shell_view_changed (EShellView *shell_view) priv = E_CAL_SHELL_VIEW_GET_PRIVATE (shell_view); - action_group = priv->cal_actions; + action_group = priv->calendar_actions; visible = e_shell_view_is_selected (shell_view); - gtk_action_group_visible (action_group, visible); + gtk_action_group_set_visible (action_group, visible); } static void |