diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 08:02:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 08:12:48 +0800 |
commit | 55d6580d8627a9a85df1e6b19529196d4d9ac95a (patch) | |
tree | 44ca6fbf16d4be1bace23baa9892f61560eb3fb4 /mail/em-format-html-display.c | |
parent | f91c4d78082e75b66bd394840670a88be09ec63c (diff) | |
download | gsoc2013-evolution-55d6580d8627a9a85df1e6b19529196d4d9ac95a.tar.gz gsoc2013-evolution-55d6580d8627a9a85df1e6b19529196d4d9ac95a.tar.zst gsoc2013-evolution-55d6580d8627a9a85df1e6b19529196d4d9ac95a.zip |
Stop relying on CamelObject meta-data.
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); } |