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.h | |
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-cal-shell-view-private.h')
-rw-r--r-- | calendar/gui/e-cal-shell-view-private.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-shell-view-private.h b/calendar/gui/e-cal-shell-view-private.h index 3ea9adb674..fa591d11ed 100644 --- a/calendar/gui/e-cal-shell-view-private.h +++ b/calendar/gui/e-cal-shell-view-private.h @@ -23,9 +23,13 @@ #include "e-cal-shell-view.h" +#include <glib/gi18n.h> + +#include <e-util/e-util.h> #include <shell/e-shell-content.h> #include <shell/e-shell-sidebar.h> +#include <gnome-cal.h> #include <e-cal-shell-view-actions.h> #define E_CAL_SHELL_VIEW_GET_PRIVATE(obj) \ @@ -50,7 +54,7 @@ struct _ECalShellViewPrivate { /*** UI Management ***/ - GtkActionGroup *cal_actions; + GtkActionGroup *calendar_actions; }; void e_cal_shell_view_private_init |