[evolution] EHTMLEditorSelection - Space after link is lost when wrapping block



commit 967d7c056779cc336294b84fed5955d747176656
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]