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



commit 7a5fa797432a5637e273a3e8fac83c3e18374612
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 f65a97c..58b1957 100644
--- a/e-util/e-editor-selection.c
+++ b/e-util/e-editor-selection.c
@@ -2051,6 +2051,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]