diff options
author | Milan Crha <mcrha@redhat.com> | 2011-12-16 17:52:53 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-12-16 17:52:53 +0800 |
commit | da5776c233facb3279540760b711d08ce358a35e (patch) | |
tree | 1fe9da7eb6adf67741d40b6d9e50dc72be65c577 | |
parent | 8ec598248077e1d658f3ce4d9252ec12f6be95d6 (diff) | |
download | gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar.gz gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar.zst gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.zip |
Bug #661043 - Printing causes email images to download
-rw-r--r-- | mail/em-format-html-print.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index d1e7dfb752..a600c5a48a 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -219,9 +219,6 @@ em_format_html_print_message (EMFormatHTMLPrint *efhp, EM_FORMAT_HTML_HEADER_CC | EM_FORMAT_HTML_HEADER_BCC; - em_format_html_load_images (EM_FORMAT_HTML (efhp)); - - if (efhp->async) { g_signal_connect ( efhp, "complete", G_CALLBACK (emfhp_complete), efhp); |