From 55d6580d8627a9a85df1e6b19529196d4d9ac95a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 31 Mar 2010 20:02:13 -0400 Subject: Stop relying on CamelObject meta-data. --- mail/em-format-html-display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 14a74af12d..ee3e4ac3e9 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -463,7 +463,7 @@ efhd_format_attachment (EMFormat *emf, EM_FORMAT_HTML_VPAD); if (handle && info->shown) - handle->handler (emf, stream, part, handle); + handle->handler (emf, stream, part, handle, FALSE); g_free (classid); } @@ -877,7 +877,7 @@ efhd_attachment_frame (EMFormat *emf, if (info->shown) info->handle->handler ( - emf, stream, info->puri.part, info->handle); + emf, stream, info->puri.part, info->handle, FALSE); camel_stream_close (stream); } -- cgit v1.2.3