aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-07 16:20:49 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-07 16:20:49 +0800
commitc6cdea481024679cf1176a30054a9b651537f2fc (patch)
treeeac53116e1038bbe52d738ca1552e18d24daa8dc /mail
parentd3dd1bc0de03714617d713985e5315b789c84678 (diff)
downloadgsoc2013-evolution-c6cdea481024679cf1176a30054a9b651537f2fc.tar
gsoc2013-evolution-c6cdea481024679cf1176a30054a9b651537f2fc.tar.gz
gsoc2013-evolution-c6cdea481024679cf1176a30054a9b651537f2fc.tar.bz2
gsoc2013-evolution-c6cdea481024679cf1176a30054a9b651537f2fc.tar.lz
gsoc2013-evolution-c6cdea481024679cf1176a30054a9b651537f2fc.tar.xz
gsoc2013-evolution-c6cdea481024679cf1176a30054a9b651537f2fc.tar.zst
gsoc2013-evolution-c6cdea481024679cf1176a30054a9b651537f2fc.zip
dont init the base plugin system here anymore, only register the hook
2004-10-07 Not Zed <NotZed@Ximian.com> * mail-component.c (mc_startup): dont init the base plugin system here anymore, only register the hook types for mail hooks. svn path=/trunk/; revision=27491
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-component.c7
2 files changed, 5 insertions, 7 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5f449977ba..f7a87f5626 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-07 Not Zed <NotZed@Ximian.com>
+
+ * mail-component.c (mc_startup): dont init the base plugin system
+ here anymore, only register the hook types for mail hooks.
+
2004-09-28 Not Zed <NotZed@Ximian.com>
* em-composer-utils.c (forward_non_attached): put back in the
diff --git a/mail/mail-component.c b/mail/mail-component.c
index 6bd8c9d123..c0afa0bdd1 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -323,11 +323,6 @@ mc_startup(MailComponent *mc)
load_accounts(mc, mail_config_get_accounts());
vfolder_load_storage();
-#ifdef ENABLE_MONO
- if (getenv("EVOLUTION_DISABLE_MONO") == NULL)
- e_plugin_register_type(e_plugin_mono_get_type());
-#endif
- e_plugin_register_type(e_plugin_lib_get_type());
e_plugin_hook_register_type(em_popup_hook_get_type());
e_plugin_hook_register_type(em_menu_hook_get_type());
e_plugin_hook_register_type(em_config_hook_get_type());
@@ -338,8 +333,6 @@ mc_startup(MailComponent *mc)
em_format_hook_register_type(em_format_html_display_get_type());
e_plugin_hook_register_type(em_event_hook_get_type());
-
- e_plugin_load_plugins();
}
static void