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-cal-shell-view-private.c | |
parent | c701a5e0260fb27c26a4e81edaee61db651b1040 (diff) | |
download | gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.gz gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.bz2 gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.lz gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.xz 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-cal-shell-view-private.c')
-rw-r--r-- | calendar/gui/e-cal-shell-view-private.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-shell-view-private.c b/calendar/gui/e-cal-shell-view-private.c index 3e3eef3c6a..100a12b09f 100644 --- a/calendar/gui/e-cal-shell-view-private.c +++ b/calendar/gui/e-cal-shell-view-private.c @@ -25,7 +25,7 @@ e_cal_shell_view_private_init (ECalShellView *cal_shell_view) { ECalShellViewPrivate *priv = cal_shell_view->priv; - priv->cal_actions = gtk_action_group_new ("cals"); + priv->calendar_actions = gtk_action_group_new ("calendars"); } void @@ -39,7 +39,7 @@ e_cal_shell_view_private_dispose (ECalShellView *cal_shell_view) { ECalShellViewPrivate *priv = cal_shell_view->priv; - DISPOSE (priv->cal_actions); + DISPOSE (priv->calendar_actions); } void |