From f2fe95c0ab67a073509ed00a24ca457abd91526f Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Fri, 4 Sep 2015 13:46:11 +0200 Subject: [PATCH] EHTMLEditorSelection - Just first line in block is wrapped --- e-util/e-html-editor-selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c index 0c5c736f07..c0321bbc75 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);