[evolution] EHTMLEditorView - Turn on the spell check if the inline spelling option is set



commit e0cb43efbc6f17a77771421823b5db936b0fecc9
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Aug 7 11:37:44 2014 +0200

    EHTMLEditorView - Turn on the spell check if the inline spelling option is set
    
    Otherwise the spell check is not forced when the message is loaded into
    the composer.

 e-util/e-html-editor-view.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 414ab10..89f078d 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -1206,7 +1206,9 @@ html_editor_view_load_status_changed (EHTMLEditorView *view)
        if (view->priv->html_mode)
                change_cid_images_src_to_base64 (view);
 
-       if (!view->priv->inline_spelling)
+       if (view->priv->inline_spelling)
+               e_html_editor_view_force_spell_check (view);
+       else
                e_html_editor_view_turn_spell_check_off (view);
 }
 


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