[evolution/gnome-3-16] EHTMLEditorSelection - Space after link is lost when wrapping block
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-16] EHTMLEditorSelection - Space after link is lost when wrapping block
- Date: Tue, 31 Mar 2015 11:55:39 +0000 (UTC)
commit c4f9b0d9f55f474e6d7fe0c787c7f6599c17f2e8
Author: Tomas Popela <tpopela redhat com>
Date: Tue Mar 31 13:39:17 2015 +0200
EHTMLEditorSelection - Space after link is lost when wrapping block
e-util/e-html-editor-selection.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index 34c87d9..5a427ba 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -5960,11 +5960,6 @@ wrap_lines (EHTMLEditorSelection *selection,
text_node = webkit_dom_text_split_text (
WEBKIT_DOM_TEXT (node), 1, NULL);
- webkit_dom_node_insert_before (
- webkit_dom_node_get_parent_node (node),
- node,
- webkit_dom_node_get_previous_sibling (node),
- NULL);
node = WEBKIT_DOM_NODE (text_node);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]