From f055315218f4ff5d071671bee29b8fbe0e224fa2 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 8 Dec 2004 01:58:48 +0000 Subject: and put them here instead so they're available even when the mailer isn't 2004-12-08 Not Zed * mail-component-factory.c (make_factory): and put them here instead so they're available even when the mailer isn't activated yet. * mail-component.c (mc_startup): remove plugin hook registrations. svn path=/trunk/; revision=28083 --- mail/mail-component.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'mail/mail-component.c') diff --git a/mail/mail-component.c b/mail/mail-component.c index fe52f409df..d56bafc637 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -35,8 +35,6 @@ #include #include -#include "em-popup.h" -#include "em-menu.h" #include "em-utils.h" #include "em-composer-utils.h" #include "em-format.h" @@ -342,17 +340,6 @@ mc_startup(MailComponent *mc) mc_setup_local_store(mc); load_accounts(mc, mail_config_get_accounts()); vfolder_load_storage(); - - 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()); - - em_format_hook_register_type(em_format_get_type()); - em_format_hook_register_type(em_format_html_get_type()); - em_format_hook_register_type(em_format_html_display_get_type()); - e_plugin_hook_register_type(em_format_hook_get_type()); - - e_plugin_hook_register_type(em_event_hook_get_type()); } static void -- cgit v1.2.3