[evolution] EHTMLEditorView - Extra new line in the beginning of quoted content



commit fbb9fd859e175468bddba7e8b681d3787d313ff1
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 07e2743..bfcc88b 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]