aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component-factory.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-03 11:38:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-03 11:38:03 +0800
commit8652353f286c3cacb888573b3fe1e7263b41a92c (patch)
tree6f02b6262fcd919865c9ba51881a12fe29021762 /mail/mail-component-factory.c
parentc83477345fa5dceb62b85efd0a76a54f94a78858 (diff)
downloadgsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.gz
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.bz2
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.lz
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.xz
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.zst
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.zip
Moved various things from e-util to libedataserver.
2004-11-15 Not Zed <NotZed@Ximian.com> * *.c: Moved various things from e-util to libedataserver. * GNOME_Evolution_Mail.server.in.in: remove the startup wizard stuff. * mail-config-druid.[ch]: * mail-account-editor.[ch]: * mail-account-gui.[ch]: removed & deleted. * mail-session.c (mail_session_init): and here too. * em-migrate.c (em_migrate_1_4): init camel-provider library too. (e_path_to_physical): copy from e-util/e-path.c. * Makefile.am (libevolution_mail_la_LIBADD): link to new libcamel provider too. svn path=/trunk/; revision=28047
Diffstat (limited to 'mail/mail-component-factory.c')
-rw-r--r--mail/mail-component-factory.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail-component-factory.c b/mail/mail-component-factory.c
index 87620e7ecd..435c0339c5 100644
--- a/mail/mail-component-factory.c
+++ b/mail/mail-component-factory.c
@@ -31,7 +31,6 @@
#include "em-mailer-prefs.h"
#include "em-composer-prefs.h"
-#include "mail-config-druid.h"
#include "mail-config-factory.h"
#include "mail-config.h"
#include "mail-mt.h"
@@ -49,7 +48,6 @@
#define COMPONENT_ID "OAFIID:GNOME_Evolution_Mail_Component:" BASE_VERSION
#define COMPOSER_ID "OAFIID:GNOME_Evolution_Mail_Composer:" BASE_VERSION
#define FOLDER_INFO_ID "OAFIID:GNOME_Evolution_FolderInfo:" BASE_VERSION
-#define WIZARD_ID "OAFIID:GNOME_Evolution_Mail_Wizard:" BASE_VERSION
static BonoboObject *
factory(BonoboGenericFactory *factory, const char *component_id, void *closure)
@@ -61,8 +59,6 @@ factory(BonoboGenericFactory *factory, const char *component_id, void *closure)
bonobo_object_ref (BONOBO_OBJECT (component));
return BONOBO_OBJECT (component);
- } else if (strcmp(component_id, WIZARD_ID) == 0) {
- return evolution_mail_config_wizard_new();
} else if (strcmp (component_id, EM_ACCOUNT_PREFS_CONTROL_ID) == 0
|| strcmp (component_id, EM_MAILER_PREFS_CONTROL_ID) == 0
|| strcmp (component_id, EM_COMPOSER_PREFS_CONTROL_ID) == 0) {