evolution r35469 - trunk/mail
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35469 - trunk/mail
- Date: Mon, 5 May 2008 18:40:50 +0100 (BST)
Author: mbarnes
Date: Mon May 5 17:40:50 2008
New Revision: 35469
URL: http://svn.gnome.org/viewvc/evolution?rev=35469&view=rev
Log:
2008-05-05 Matthew Barnes <mbarnes redhat com>
** Fixes bug #531426
* mail/em-format-html.c (efh_format_headers):
Display face header images at 48x48 instead of 64x64.
Patch from Roland Clobus.
Modified:
trunk/mail/ChangeLog
trunk/mail/em-format-html.c
Modified: trunk/mail/em-format-html.c
==============================================================================
--- trunk/mail/em-format-html.c (original)
+++ trunk/mail/em-format-html.c Mon May 5 17:40:50 2008
@@ -2003,7 +2003,7 @@
part = camel_mime_part_new ();
camel_mime_part_set_content ((CamelMimePart *) part, (const char *) face_header_value, face_header_len, "image/png");
classid = g_strdup_printf("icon:///em-format-html/face/photo/header");
- camel_stream_printf(stream, "<td align=\"right\" valign=\"top\"><img width=64 src=\"%s\"></td>", classid);
+ camel_stream_printf(stream, "<td align=\"right\" valign=\"top\"><img width=48 src=\"%s\"></td>", classid);
em_format_add_puri(emf, sizeof(EMFormatPURI), classid, part, efh_write_image);
camel_object_unref(part);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]