[evolution] Bug 739569 - Reply joins lines incorrectly



commit 23f523a3f747966f7b5709a46f29fd64726b5095
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Nov 3 16:18:40 2014 +0100

    Bug 739569 - Reply joins lines incorrectly
    
    When new citation starts or the current one ends we have to end the
    current paragraph and don't try to preserve the paragraphs across the
    citations.

 e-util/e-html-editor-view.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 6f62401..207c9f3 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -4145,6 +4145,9 @@ parse_html_into_paragraphs (EHTMLEditorView *view,
                        if (first_element)
                                citation_was_first_element = TRUE;
 
+                       if (paragraph)
+                               append_new_paragraph (blockquote, &paragraph);
+
                        citation_mark = g_utf8_substring (
                                citation, 0, g_utf8_pointer_to_offset (citation, rest));
 


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