aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-13 15:50:59 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-13 15:50:59 +0800
commitf8574c815f3f2fe2c253d75d4a2dff8933aec545 (patch)
treea645c71b801df92d5d04775b6d2164ee7939c561 /mail/em-format-html.c
parent1dfdac328cf8fd46042513dc9950cedb130f4593 (diff)
downloadgsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar
gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar.gz
gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar.bz2
gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar.lz
gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar.xz
gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar.zst
gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.zip
use %% for %%.
2004-04-13 Not Zed <NotZed@Ximian.com> * em-format-html.c (efh_format_headers): use %% for %%. * em-folder-view.c (emfv_init, emfv_finalise, emfv_activate): revert dans' creatable items handler patch, moved to mail-component instead (which deals with the actual menu's). * mail-component.c (impl_createControls): setup a user creatable items handler on the view widget. (view_control_activate_cb): activate the user creatable items handler on the view widget. * em-folder-view.c (emfv_init): add a comment about jeff's last fix. * em-utils.c (forward_non_attached): Set attachments from forwardee before we set the body, otherwise images wont resolve properly. Related to #56566. svn path=/trunk/; revision=25428
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 914455e000..c408af304f 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1631,7 +1631,7 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part)
if (!efh->simple_headers)
camel_stream_printf(stream,
"<font color=\"#%06x\">\n"
- "<table cellpadding=\"0\" width=\"100%\"><tr><td><table cellpadding=\"0\">\n",
+ "<table cellpadding=\"0\" width=\"100%%\"><tr><td><table cellpadding=\"0\">\n",
efh->text_colour & 0xffffff);
/* dump selected headers */