aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-12-16 17:52:53 +0800
committerMilan Crha <mcrha@redhat.com>2011-12-16 17:52:53 +0800
commitda5776c233facb3279540760b711d08ce358a35e (patch)
tree1fe9da7eb6adf67741d40b6d9e50dc72be65c577 /mail
parent8ec598248077e1d658f3ce4d9252ec12f6be95d6 (diff)
downloadgsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar
gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar.gz
gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar.bz2
gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar.lz
gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar.xz
gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.tar.zst
gsoc2013-evolution-da5776c233facb3279540760b711d08ce358a35e.zip
Bug #661043 - Printing causes email images to download
Diffstat (limited to 'mail')
-rw-r--r--mail/em-format-html-print.c3
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);