[evolution/wip/webkit2] EHTMLEditorView - When inserting inline image refresh spell check just in current block



commit 5a5a22d18906c2164a61498ea5bf77d2bb5bf22f
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Mar 26 13:26:40 2015 +0100

    EHTMLEditorView - When inserting inline image refresh spell check just in current block

 .../e-html-editor-selection-dom-functions.c        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web-extensions/e-html-editor-selection-dom-functions.c 
b/web-extensions/e-html-editor-selection-dom-functions.c
index 698e2b4..2a99398 100644
--- a/web-extensions/e-html-editor-selection-dom-functions.c
+++ b/web-extensions/e-html-editor-selection-dom-functions.c
@@ -395,7 +395,7 @@ dom_insert_base64_image (WebKitDOMDocument *document,
                NULL);
 
        dom_selection_restore (document);
-       dom_force_spell_check (document, extension);
+       dom_force_spell_check_for_current_paragraph (document, extension);
 }
 
 /**


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