[evolution/gnome-3-16] EHTMLEditorSelection - Roman Numeral and Alphabetical list formats are not detected
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-16] EHTMLEditorSelection - Roman Numeral and Alphabetical list formats are not detected
- Date: Fri, 10 Jul 2015 09:36:56 +0000 (UTC)
commit 5b86774054b5b27f22670aeb9bcd38f1ed27e79b
Author: Tomas Popela <tpopela redhat com>
Date: Fri Jul 10 09:34:16 2015 +0200
EHTMLEditorSelection - Roman Numeral and Alphabetical list formats are not detected
e-util/e-html-editor-selection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index 97a13b4..14665e3 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -2072,7 +2072,7 @@ e_html_editor_selection_get_block_format (EHTMLEditorSelection *selection)
else
result = e_html_editor_selection_get_list_format_from_node (WEBKIT_DOM_NODE
(tmp_element));
} else
- result = E_HTML_EDITOR_SELECTION_BLOCK_FORMAT_ORDERED_LIST;
+ result = e_html_editor_selection_get_list_format_from_node (WEBKIT_DOM_NODE
(element));
} else if (e_html_editor_dom_node_find_parent_element (node, "PRE")) {
result = E_HTML_EDITOR_SELECTION_BLOCK_FORMAT_PRE;
} else if (e_html_editor_dom_node_find_parent_element (node, "ADDRESS")) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]