[evolution] EHTMLEditorSelection - Indented block style could not be set properly



commit 5099369bb8bdd5018a3807601d11dcc493d6ecfc
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Jun 29 11:47:43 2016 +0200

    EHTMLEditorSelection - Indented block style could not be set properly

 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 00b8cff..32d5607 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -3889,7 +3889,7 @@ e_html_editor_selection_indent (EHTMLEditorSelection *selection)
                                }
                        }
 
-                       if (element_has_class (WEBKIT_DOM_ELEMENT (block), "-x-evo-paragraph")) {
+                       if (element_has_class (WEBKIT_DOM_ELEMENT (block_to_process), "-x-evo-paragraph")) {
                                level = get_indentation_level (
                                        WEBKIT_DOM_ELEMENT (block_to_process));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]