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 /shell/e-shell-view.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 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index ee41aade9e..4b9bf8683d 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -27,7 +27,7 @@ #include <e-shell-taskbar.h> #include <e-shell-window.h> -#include <gal-view-instance.h> +#include <widgets/menus/gal-view-instance.h> /* Standard GObject macros */ #define E_TYPE_SHELL_VIEW \ |