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



commit 9de69f62bd72cbada5a5670656f1755da46a23c7
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Mar 1 13:41:37 2016 +0100

    EHTMLEditorSelection - Just first line in block is wrapped

 .../e-html-editor-selection-dom-functions.c        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web-extensions/composer/e-html-editor-selection-dom-functions.c 
b/web-extensions/composer/e-html-editor-selection-dom-functions.c
index fe41cf5..313567d 100644
--- a/web-extensions/composer/e-html-editor-selection-dom-functions.c
+++ b/web-extensions/composer/e-html-editor-selection-dom-functions.c
@@ -2236,7 +2236,7 @@ wrap_lines (WebKitDOMDocument *document,
                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]