[evolution] EHTMLEditorView - When inserting inline image refresh spell check just in current block
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - When inserting inline image refresh spell check just in current block
- Date: Fri, 27 Feb 2015 10:33:33 +0000 (UTC)
commit a40e230b767b5f58f414f9f1ae972a958a528684
Author: Tomas Popela <tpopela redhat com>
Date: Fri Feb 27 10:42:58 2015 +0100
EHTMLEditorView - When inserting inline image refresh spell check just in current block
e-util/e-html-editor-selection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index 286cbfe..1bd245a 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -4644,7 +4644,7 @@ insert_base64_image (EHTMLEditorSelection *selection,
NULL);
e_html_editor_selection_restore (selection);
- e_html_editor_view_force_spell_check (view);
+ e_html_editor_view_force_spell_check_for_current_paragraph (view);
g_object_unref (view);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]