From 19fed9bc8395928b12a7351e334b336148290440 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 9 Apr 2004 17:13:33 +0000 Subject: add width=16 height=16 to rupert's image so that it doesn't flicker/move 2004-04-09 Radek Doulik * em-format-html.c (efh_format_headers): add width=16 height=16 to rupert's image so that it doesn't flicker/move svn path=/trunk/; revision=25385 --- mail/ChangeLog | 5 +++++ mail/em-format-html.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 092062b978..8e22a1277b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-04-09 Radek Doulik + + * em-format-html.c (efh_format_headers): add width=16 height=16 to + rupert's image so that it doesn't flicker/move + 2004-04-09 Jeffrey Stedfast * em-folder-selection.c (em_select_folder): Set the excluded bits diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 8a6e1a10cf..914455e000 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1677,7 +1677,7 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part) CamelMimePart *iconpart; classid = g_strdup_printf("icon:///em-format-html/%s/icon/header", emf->part_id->str); - camel_stream_printf(stream, "", classid); + camel_stream_printf(stream, "", classid); iconpart = em_format_html_file_part((EMFormatHTML *)emf, "image/png", EVOLUTION_ICONSDIR, "monkey-16.png"); if (iconpart) { em_format_add_puri(emf, sizeof(EMFormatPURI), classid, iconpart, efh_write_image); -- cgit v1.2.3