diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-03-02 20:30:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:49:49 +0800 |
commit | 5069df6878424605df09517e3b097c0bb47be746 (patch) | |
tree | ef630480d8ccf4342e5e06c21af3b031afc27880 /plugins/startup-wizard/startup-wizard.c | |
parent | 8e0c294e15ca3f765e330b1d6ae892b768453fa9 (diff) | |
download | gsoc2013-evolution-5069df6878424605df09517e3b097c0bb47be746.tar.gz gsoc2013-evolution-5069df6878424605df09517e3b097c0bb47be746.tar.zst gsoc2013-evolution-5069df6878424605df09517e3b097c0bb47be746.zip |
Restructure capplet stuffs and load only on express mode.
Diffstat (limited to 'plugins/startup-wizard/startup-wizard.c')
-rw-r--r-- | plugins/startup-wizard/startup-wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/startup-wizard/startup-wizard.c b/plugins/startup-wizard/startup-wizard.c index 44395b6831..4d7363873e 100644 --- a/plugins/startup-wizard/startup-wizard.c +++ b/plugins/startup-wizard/startup-wizard.c @@ -32,7 +32,7 @@ #include "mail/em-account-editor.h" #include "calendar/gui/calendar-config.h" -#include "capplet/mail-capplet-shell.h" +#include "capplet/settings/mail-capplet-shell.h" void startup_wizard (EPlugin *ep, ESEventTargetUpgrade *target); GtkWidget *startup_wizard_importer_page (EPlugin *ep, EConfigHookItemFactoryData *hook_data); |