aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component-factory.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-17 11:32:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-17 11:32:04 +0800
commit16c9d26176e7db3c7aab99d44b35ea39d9f74951 (patch)
treed9eb82839d942289f34de7e4a3660c1658f39a22 /mail/mail-component-factory.c
parentfa5f2ab56e524d761b90547424681d7350184591 (diff)
downloadgsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.gz
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.bz2
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.lz
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.xz
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.zst
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.zip
** See #59885.
2004-06-17 Not Zed <NotZed@Ximian.com> ** See #59885. * em-format-html-quote.[ch]: remove and remove from build, not used. * Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and evolution-smime. * mail-component-factory.c (factory): there is no mail_config anymore. 2004-06-16 Not Zed <NotZed@Ximian.com> * em-utils.c (em_utils_selection_get_urilist): handle comments in the urilist. Can't remember the rfc for it. svn path=/trunk/; revision=26374
Diffstat (limited to 'mail/mail-component-factory.c')
-rw-r--r--mail/mail-component-factory.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/mail-component-factory.c b/mail/mail-component-factory.c
index 293c5bc3d9..87620e7ecd 100644
--- a/mail/mail-component-factory.c
+++ b/mail/mail-component-factory.c
@@ -49,7 +49,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 MAIL_CONFIG_ID "OAFIID:GNOME_Evolution_MailConfig:" BASE_VERSION
#define WIZARD_ID "OAFIID:GNOME_Evolution_Mail_Wizard:" BASE_VERSION
static BonoboObject *
@@ -62,8 +61,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, MAIL_CONFIG_ID) == 0) {
- return (BonoboObject *)g_object_new (evolution_mail_config_get_type (), NULL);
} 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