[evolution/wip/webkit2] EHTMLEditorView - Fix Paste Quotation action



commit 5b7f84ca9271a615de6a0a75387edbb360f5feeb
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Mar 26 14:43:46 2015 +0100

    EHTMLEditorView - Fix Paste Quotation action

 web-extensions/e-html-editor-view-dom-functions.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/web-extensions/e-html-editor-view-dom-functions.c 
b/web-extensions/e-html-editor-view-dom-functions.c
index 0f4f751..9ee707a 100644
--- a/web-extensions/e-html-editor-view-dom-functions.c
+++ b/web-extensions/e-html-editor-view-dom-functions.c
@@ -2190,7 +2190,8 @@ dom_quote_and_insert_text_into_selection (WebKitDOMDocument *document,
                                WEBKIT_DOM_NODE (element),
                                webkit_dom_node_get_parent_node (WEBKIT_DOM_NODE (selection_start)),
                                NULL);
-       } else
+               }
+       } else {
                webkit_dom_node_insert_before (
                        WEBKIT_DOM_NODE (webkit_dom_document_get_body (document)),
                        WEBKIT_DOM_NODE (element),


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