[evolution/gnome-3-22] Bug 772803 - Inline images cause busy loop on Reply in WebKitWebProcess
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-22] Bug 772803 - Inline images cause busy loop on Reply in WebKitWebProcess
- Date: Thu, 13 Oct 2016 11:02:48 +0000 (UTC)
commit 94d226c1255c0fb08e3d3dde2f84d22c19b01752
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/modules/webkit-editor/web-extension/e-editor-dom-functions.c
b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index 1d32565..6c90e21 100644
--- a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -8421,7 +8421,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]