From ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Jun 2012 16:52:01 -0400 Subject: Reduce diff noise with 'account-mgmt' branch. One last time. --- mail/em-format-html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index aea13e910b..0c55ecec5f 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -2869,7 +2869,8 @@ efh_format_full_headers (EMFormatHTML *efh, cia = camel_internet_address_new (); camel_address_decode ((CamelAddress *) cia, (const gchar *) photo_name); - only_local_photo = em_format_html_get_only_local_photos (efh); + only_local_photo = + em_format_html_get_only_local_photos (efh); photopart = em_utils_contact_photo (cia, only_local_photo); if (photopart) { -- cgit v1.2.3