aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-task-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-task-shell-view.c')
-rw-r--r--calendar/gui/e-task-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-task-shell-view.c b/calendar/gui/e-task-shell-view.c
index 4beecf6947..526769234f 100644
--- a/calendar/gui/e-task-shell-view.c
+++ b/calendar/gui/e-task-shell-view.c
@@ -61,7 +61,7 @@ task_shell_view_changed (EShellView *shell_view)
action_group = priv->task_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