diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 12:42:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 12:42:53 +0800 |
commit | 6545899a2972546a035da4d73c3625b9e8bb7438 (patch) | |
tree | 63abda4bfb1f02af0bba51c6064e4f6b1131cc44 /calendar/gui/e-memo-shell-view.c | |
parent | c701a5e0260fb27c26a4e81edaee61db651b1040 (diff) | |
download | gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.gz gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.zst gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.zip |
Add menu and toolbar UI for calendars, memos and tasks.
svn path=/branches/kill-bonobo/; revision=36299
Diffstat (limited to 'calendar/gui/e-memo-shell-view.c')
-rw-r--r-- | calendar/gui/e-memo-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-memo-shell-view.c b/calendar/gui/e-memo-shell-view.c index 8f1504848f..c6ece950f0 100644 --- a/calendar/gui/e-memo-shell-view.c +++ b/calendar/gui/e-memo-shell-view.c @@ -61,7 +61,7 @@ memo_shell_view_changed (EShellView *shell_view) action_group = priv->memo_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 |