From 9c26fef2d420b58f8e3699af4c09705f3e9eb65b Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 2 Mar 2005 05:23:46 +0000 Subject: include atkutil.h (message_list_construct): cast warning. 2005-03-01 Not Zed * message-list.c: include atkutil.h (message_list_construct): cast warning. * mail-session.c (mail_session_set_interactive): remove unused variable since we can no longer terminate password requests. * mail-autofilter.c (em_vfolder_rule_from_address): properly define in header. * em-utils.c (emu_get_save_filesel): only define filename in the !gtkfilechooser case. * em-mailer-prefs.c (restore_labels_clicked): cast for warning. (em_mailer_prefs_construct): same. * em-format-html.c (efh_format_header): remove unused variable. * em-account-editor.c (emae_widget_druid_glade): remove unused variable. * importers/mail-importer.h: forward-delcare struct _MailComponent. * *c: remove/disable various debug. svn path=/trunk/; revision=28934 --- mail/em-format-html-display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 6f74fa0495..4876989357 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1434,8 +1434,8 @@ efhd_bonobo_object(EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObject * wrapper = camel_medium_get_content_object((CamelMedium *)pobject->part); if (FALSE && !g_ascii_strncasecmp (eb->type, "text/", 5)) { /* do charset conversion, etc */ - printf ("performing charset conversion for %s component\n", eb->type); - em_format_format_text ((EMFormat *) efh, (CamelStream *) cstream, wrapper); + d(printf("performing charset conversion for %s component\n", eb->type)); + em_format_format_text((EMFormat *)efh, (CamelStream *)cstream, wrapper); } else { camel_data_wrapper_decode_to_stream (wrapper, (CamelStream *) cstream); } -- cgit v1.2.3