[evolution] EHTMLEditorView - When deliting selected text the spell check it lost



commit 58900ddb8512ecc343981dc52a755831e4451243
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Jan 22 15:21:41 2015 +0100

    EHTMLEditorView - When deliting selected text the spell check it lost

 e-util/e-html-editor-view.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index dfe6678..cb97da3 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2082,7 +2082,8 @@ body_input_event_cb (WebKitDOMElement *element,
                                                NULL);
 
                                e_html_editor_selection_restore (selection);
-                               e_html_editor_view_force_spell_check_for_current_paragraph (view);
+                               e_html_editor_view_force_spell_check_for_current_paragraph  (view);
+
                                return;
                        }
                }


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