[evolution/wip/webkit-composer: 863/966] EEditorSelection: Change type of newly inserted list and not the old one
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 863/966] EEditorSelection: Change type of newly inserted list and not the old one
- Date: Wed, 23 Apr 2014 11:05:59 +0000 (UTC)
commit 3ea63925453992f0776c634908420a055e5a8d9f
Author: Tomas Popela <tpopela redhat com>
Date: Tue Mar 4 16:36:04 2014 +0100
EEditorSelection: Change type of newly inserted list and not the old one
e-util/e-editor-selection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-selection.c b/e-util/e-editor-selection.c
index f304fb2..0bca929 100644
--- a/e-util/e-editor-selection.c
+++ b/e-util/e-editor-selection.c
@@ -1396,7 +1396,7 @@ change_list_style (EEditorSelection *selection,
move_items_from_list_to_list (WEBKIT_DOM_ELEMENT (list), new_list);
- webkit_dom_node_replace_child (
+ list = webkit_dom_node_replace_child (
webkit_dom_node_get_parent_node (list),
WEBKIT_DOM_NODE (new_list),
list,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]