[evolution] EHTMLEditorSelection - Roman Numeral and Alphabetical list formats are not detected



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]