diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-17 16:58:29 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-17 16:58:29 +0800 |
commit | 173a42036986044bc7907033a299cc1c71aa72e7 (patch) | |
tree | 7eb91284a687ae4f0c4e8f1cf4b81dd56249da1d /shell/e-shell.h | |
parent | 3bdd857a4a69e83841c2fbae83d96101912ebf69 (diff) | |
download | gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.gz gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.bz2 gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.lz gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.xz gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.zst gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.zip |
Shaping up; Model/view is still not fully setup, but coming, coming
svn path=/trunk/; revision=1580
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 7cd5ac08eb..213f6deb14 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -4,6 +4,7 @@ #include <bonobo/gnome-object.h> #include "evolution.h" #include "e-folder.h" +#include "e-shortcut.h" #define E_SHELL_GOAD_ID "GOADID:GNOME:Evolution:Shell:1.0" #define E_SHELL_FACTORY_GOAD_ID "GOADID:GNOME:Evolution:ShellFactory:1.0" @@ -26,7 +27,14 @@ struct _EShell { EFolder *drafts; EFolder *calendar; EFolder *tasks; + EFolder *summary; + EFolder *contacts; } default_folders; + + /* + * An array of EShortcutGroups + */ + GArray *shortcut_groups; }; typedef struct { |