[Evolution] Bug#841398: Patch for debian/patches

lawrencc at debian.org lawrencc at debian.org
Fri Oct 21 16:08:33 UTC 2016


Here's the upstream patch formatted for debian/patches.


Chris
-------------- next part --------------
--- 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 (EEditor
 
 			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 (


More information about the Pkg-evolution-maintainers mailing list