[evolution] EHTMLEditorView - Fix Paste Quotation action
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Fix Paste Quotation action
- Date: Mon, 2 Mar 2015 14:50:24 +0000 (UTC)
commit 8ba12b1c3376f79e14d997aa6aeba984a3d3f826
Author: Tomas Popela <tpopela redhat com>
Date: Mon Mar 2 15:18:59 2015 +0100
EHTMLEditorView - Fix Paste Quotation action
e-util/e-html-editor-view.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index f8abcee..dbe0a2a 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2455,7 +2455,8 @@ clipboard_text_received (GtkClipboard *clipboard,
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]