[evolution] Bug 744372 - When pasting text evolution drops the carriage returns



commit d39165f0568c92271b78f42006326d1481726aa7
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Feb 12 08:35:53 2015 +0100

    Bug 744372 - When pasting text evolution drops the carriage returns
    
    Initial value of the property that is used for preserving the blocks
    was set on wrong value.

 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 02e5323..05c56aa 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -4346,7 +4346,7 @@ parse_html_into_paragraphs (EHTMLEditorView *view,
        GRegex *regex_nbsp = NULL, *regex_link = NULL, *regex_email = NULL;
        GString *start, *end;
        WebKitDOMElement *paragraph = NULL;
-       gboolean preserve_next_line = TRUE;
+       gboolean preserve_next_line = FALSE;
 
        selection = e_html_editor_view_get_selection (view);
 


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