[evolution/wip/webkit-composer: 787/966] EEditorSelection - When unindenting force the spell check



commit 22ac2c58707df6f285614dd9d526214dcf9253c3
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Jan 24 13:53:45 2014 +0100

    EEditorSelection - When unindenting force the spell check

 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 e964ab7..764262e 100644
--- a/e-util/e-editor-selection.c
+++ b/e-util/e-editor-selection.c
@@ -2047,6 +2047,8 @@ e_editor_selection_unindent (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]