diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-22 04:35:13 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-22 04:35:13 +0800 |
commit | bd6877fa153783c7641e5c9e73c453fef3a6fb8b (patch) | |
tree | a561217b280f87a20e49264c9802cf58cd1cd2f4 /shell/e-shell.c | |
parent | 77ccc83ed0456e98782a13ed55d9140585ff2c9c (diff) | |
download | gsoc2013-evolution-bd6877fa153783c7641e5c9e73c453fef3a6fb8b.tar.gz gsoc2013-evolution-bd6877fa153783c7641e5c9e73c453fef3a6fb8b.tar.zst gsoc2013-evolution-bd6877fa153783c7641e5c9e73c453fef3a6fb8b.zip |
#include "e-shell-startup-wizard.h".
* e-shell.c: #include "e-shell-startup-wizard.h".
* e-shell-startup-wizard.h: New.
svn path=/trunk/; revision=12359
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 26f5f6fb78..64f6364a08 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -53,6 +53,7 @@ #include "e-shell-constants.h" #include "e-shell-folder-selection-dialog.h" #include "e-shell-offline-handler.h" +#include "e-shell-startup-wizard.h" #include "e-shell-view.h" #include "e-shortcuts.h" #include "e-storage-set.h" |