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/em-format-html.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index caa5c0f51c..12e2b5975c 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -74,7 +74,6 @@ #include -#include "mail-component.h" #include "mail-config.h" #include "mail-mt.h" @@ -262,9 +261,6 @@ em_format_html_get_type(void) const char *base_directory = e_get_user_data_dir (); char *path; - /* Trigger creation of mail component. */ - mail_component_peek (); - efh_parent = g_type_class_ref(em_format_get_type()); type = g_type_register_static(em_format_get_type(), "EMFormatHTML", &info, 0); -- cgit v1.2.3