aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-03-02 13:23:46 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-03-02 13:23:46 +0800
commit9c26fef2d420b58f8e3699af4c09705f3e9eb65b (patch)
treebc4c445914a44b7ea43b315edafdafbf53b218ef /mail/em-format-html-display.c
parent9f9805577b127c40c317e72bbfdd1cd8235b5de2 (diff)
downloadgsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.gz
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.bz2
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.lz
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.xz
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.zst
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.zip
include atkutil.h (message_list_construct): cast warning.
2005-03-01 Not Zed <NotZed@Ximian.com> * 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
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c4
1 files changed, 2 insertions, 2 deletions
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);
}