[evolution/webkit] Backport fix of bug #661043



commit 28a0734e29b8ab5be9bdd3a0a248a5364eeaa9cd
Author: Dan VrÃtil <dvratil redhat com>
Date:   Mon Dec 19 13:51:45 2011 +0100

    Backport fix of bug #661043
    
    Images were always loading when printing, even when explicitly disabled

 mail/em-format-html-print.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c
index f27f2a2..5d95c0c 100644
--- a/mail/em-format-html-print.c
+++ b/mail/em-format-html-print.c
@@ -580,8 +580,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));
-
 	/* FIXME Not passing a GCancellable here. */
 	em_format_parse (EM_FORMAT (efhp), message, folder, NULL);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]