[evolution] Bug 778347 - Signature at top without signature skips first paragraph



commit 1f41c73112539f8b7b2e1a1e764c463b2b079201
Author: Milan Crha <mcrha redhat com>
Date:   Thu Feb 9 12:55:57 2017 +0100

    Bug 778347 - Signature at top without signature skips first paragraph

 .../web-extension/e-editor-dom-functions.c         |    2 ++
 1 files changed, 2 insertions(+), 0 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 7652583..706d427 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
@@ -7319,6 +7319,8 @@ process_node_to_plain_text_for_exporting (EEditorPage *editor_page,
 
                                remove_node (child);
                                skip_node = TRUE;
+                               length--;
+                               ii--;
                                goto next;
                        }
                        g_free (id);


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