diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-08-07 17:27:05 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-08-07 17:27:05 +0800 |
commit | 96ec70c850fbbc2b8110c75d801d85eaf5ca8213 (patch) | |
tree | 7ae81077105e48ddc0bffc20f688134b923d5045 | |
parent | a0b11ce4ac8602a77e51c64d904ee9314bc9d10b (diff) | |
download | gsoc2013-evolution-96ec70c850fbbc2b8110c75d801d85eaf5ca8213.tar.gz gsoc2013-evolution-96ec70c850fbbc2b8110c75d801d85eaf5ca8213.tar.zst gsoc2013-evolution-96ec70c850fbbc2b8110c75d801d85eaf5ca8213.zip |
EHTMLEditorSelection - Fix the spell check after settings alignment
-rw-r--r-- | e-util/e-html-editor-selection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c index 2c50d13caf..aadcef5171 100644 --- a/e-util/e-html-editor-selection.c +++ b/e-util/e-html-editor-selection.c @@ -1375,6 +1375,7 @@ e_html_editor_selection_set_alignment (EHTMLEditorSelection *selection, } e_html_editor_selection_restore (selection); + e_html_editor_view_force_spell_check_for_current_paragraph (view); g_object_unref (view); |