[evolution] Bug 772803 - Inline images cause busy loop on Reply in WebKitWebProcess



commit d74c18bcc12f056d98cc1fcdb90f4372015ebf0e
Author: Milan Crha <mcrha redhat com>
Date:   Thu Oct 13 13:00:36 2016 +0200

    Bug 772803 - Inline images cause busy loop on Reply in WebKitWebProcess

 .../web-extension/e-editor-dom-functions.c         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c 
b/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index c61d365..0e8da0d 100644
--- a/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -8419,7 +8419,7 @@ change_cid_images_src_to_base64 (EEditorPage *editor_page)
 
                        list = webkit_dom_document_query_selector_all (
                                document, selector, NULL);
-                       for (jj = webkit_dom_node_list_get_length (list) - 1; jj--;) {
+                       for (jj = webkit_dom_node_list_get_length (list); jj--;) {
                                WebKitDOMNode *node = webkit_dom_node_list_item (list, jj);
 
                                set_base64_to_element_attribute (


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