diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-13 12:02:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-13 12:02:09 +0800 |
commit | 7ee6ef65f1019389c172478a80b8f0aa73a1453e (patch) | |
tree | e50bcb96372f1fbbe5b53fc64b8200932ef7659d /calendar/gui/e-task-shell-view-private.h | |
parent | df6a8262a141e0bec824149e7f65568d2187c5c2 (diff) | |
download | gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar.gz gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar.bz2 gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar.lz gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar.xz gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.tar.zst gsoc2013-evolution-7ee6ef65f1019389c172478a80b8f0aa73a1453e.zip |
Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,
and begin doing so for Calendars, Memos and Tasks. Makes the code cleaner.
svn path=/branches/kill-bonobo/; revision=36317
Diffstat (limited to 'calendar/gui/e-task-shell-view-private.h')
-rw-r--r-- | calendar/gui/e-task-shell-view-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-task-shell-view-private.h b/calendar/gui/e-task-shell-view-private.h index 22db8668c0..0c7f90c3be 100644 --- a/calendar/gui/e-task-shell-view-private.h +++ b/calendar/gui/e-task-shell-view-private.h @@ -27,8 +27,8 @@ #include <e-util/e-util.h> #include <shell/e-shell-content.h> -#include <shell/e-shell-sidebar.h> +#include <e-task-shell-sidebar.h> #include <e-task-shell-view-actions.h> #define E_TASK_SHELL_VIEW_GET_PRIVATE(obj) \ |