evolution r35470 - branches/gnome-2-22/mail
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35470 - branches/gnome-2-22/mail
- Date: Mon, 5 May 2008 18:41:08 +0100 (BST)
Author: mbarnes
Date: Mon May 5 17:41:08 2008
New Revision: 35470
URL: http://svn.gnome.org/viewvc/evolution?rev=35470&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:
branches/gnome-2-22/mail/ChangeLog
branches/gnome-2-22/mail/em-format-html.c
Modified: branches/gnome-2-22/mail/em-format-html.c
==============================================================================
--- branches/gnome-2-22/mail/em-format-html.c (original)
+++ branches/gnome-2-22/mail/em-format-html.c Mon May 5 17:41:08 2008
@@ -1974,7 +1974,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]