From 54b80a7271e8ce1b2f3ccc68bb553940a24b80e2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 17 Oct 2008 03:48:03 +0000 Subject: Get the mail folder tree compiling, though I'm not yet sure why it's not showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623 --- mail/mail-component-factory.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'mail/mail-component-factory.c') diff --git a/mail/mail-component-factory.c b/mail/mail-component-factory.c index 04d44e9725..a3de3be8b9 100644 --- a/mail/mail-component-factory.c +++ b/mail/mail-component-factory.c @@ -93,23 +93,23 @@ make_factory (PortableServer_POA poa, const char *iid, gpointer impl_ptr, CORBA_ mail_config_init(); mail_msg_init(); - 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()); - em_junk_hook_register_type(emj_get_type()); - - e_plugin_hook_register_type(em_format_hook_get_type()); - e_plugin_hook_register_type(em_event_hook_get_type()); - e_plugin_hook_register_type(em_junk_hook_get_type()); - - klass = g_type_class_ref(e_import_get_type()); - e_import_class_add_importer(klass, mbox_importer_peek(), NULL, NULL); - e_import_class_add_importer(klass, elm_importer_peek(), NULL, NULL); - e_import_class_add_importer(klass, pine_importer_peek(), NULL, NULL); +// 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()); +// em_junk_hook_register_type(emj_get_type()); +// +// e_plugin_hook_register_type(em_format_hook_get_type()); +// e_plugin_hook_register_type(em_event_hook_get_type()); +// e_plugin_hook_register_type(em_junk_hook_get_type()); +// +// klass = g_type_class_ref(e_import_get_type()); +// e_import_class_add_importer(klass, mbox_importer_peek(), NULL, NULL); +// e_import_class_add_importer(klass, elm_importer_peek(), NULL, NULL); +// e_import_class_add_importer(klass, pine_importer_peek(), NULL, NULL); } return bonobo_shlib_factory_std (FACTORY_ID, poa, impl_ptr, factory, NULL, ev); -- cgit