diff options
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r-- | mail/em-format-html-display.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |