[evolution/gnome-3-16] EHTMLEditorView - Extra new line in the beginning of quoted content



commit 384f8485bf9da459c1fabd9d45f2fe28fa2dfff8
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Jun 11 10:17:08 2015 +0200

    EHTMLEditorView - Extra new line in the beginning of quoted content

 e-util/e-html-editor-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index b18c784..caaf597 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -6213,7 +6213,7 @@ parse_html_into_paragraphs (EHTMLEditorView *view,
                                        "<br class=\"-x-evo-first-br\">");
                        } else
                                preserve_next_line = FALSE;
-               } else if (first_element) {
+               } else if (first_element && !citation_was_first_element) {
                        paragraph = create_and_append_new_paragraph (
                                selection,
                                document,


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