[evolution/wip/webkit-composer] EEditorSelection: Force spellcheck on indented block



commit cb1bfdc03af083b66ccdd5d30a49f4c7f6b7188c
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Feb 28 10:02:42 2014 +0100

    EEditorSelection: Force spellcheck on indented block

 e-util/e-editor-selection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-editor-selection.c b/e-util/e-editor-selection.c
index ab72222..3a5e400 100644
--- a/e-util/e-editor-selection.c
+++ b/e-util/e-editor-selection.c
@@ -2133,6 +2133,8 @@ e_editor_selection_indent (EEditorSelection *selection)
                e_editor_widget_exec_command (editor_widget, command, NULL);
        }
 
+       e_editor_widget_force_spellcheck (editor_widget);
+
        g_object_unref (editor_widget);
 
        g_object_notify (G_OBJECT (selection), "indented");


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