[evolution] 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] EHTMLEditorSelection - Roman Numeral and Alphabetical list formats are not detected
- Date: Fri, 10 Jul 2015 09:03:42 +0000 (UTC)
commit 0d30680689478cff88197c04db8f65fd47255509
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]