[evolution] EHTMLEditorSelection - Just first line in block is wrapped



commit f2fe95c0ab67a073509ed00a24ca457abd91526f
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Sep 4 13:46:11 2015 +0200

    EHTMLEditorSelection - Just first line in block is wrapped

 e-util/e-html-editor-selection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index 0c5c736..c0321bb 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -6299,7 +6299,7 @@ wrap_lines (EHTMLEditorSelection *selection,
                start_node = node;
        } else {
                WebKitDOMElement *selection_start_marker, *selection_end_marker;
-               WebKitDOMNode *start_point;
+               WebKitDOMNode *start_point = NULL;
 
                if (!webkit_dom_node_has_child_nodes (block))
                        return WEBKIT_DOM_ELEMENT (block);


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