[evolution] EHTMLEditorView - Remove the node that is used for quoting when whe quote the body
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Remove the node that is used for quoting when whe quote the body
- Date: Wed, 4 Feb 2015 13:11:14 +0000 (UTC)
commit 62a767a3a90678fe2ba136f0ecb1d32ac7f896fd
Author: Tomas Popela <tpopela redhat com>
Date: Wed Feb 4 12:02:41 2015 +0100
EHTMLEditorView - Remove the node that is used for quoting when whe quote the body
e-util/e-html-editor-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index e1c753e..dc77b77 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -1017,6 +1017,8 @@ put_body_in_citation (WebKitDOMDocument *document)
while ((sibling = webkit_dom_node_get_next_sibling (citation)))
webkit_dom_node_append_child (citation, sibling, NULL);
+
+ remove_node (WEBKIT_DOM_NODE (cite_body));
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]