[evolution] EHTMLEditorSelection - When changing the format of block set EHTMLEditorView as changed



commit 42a411e15437966cc1387646401ffbc7ff55f9ab
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Jun 19 14:28:16 2014 +0200

    EHTMLEditorSelection - When changing the format of block set EHTMLEditorView as changed

 e-util/e-html-editor-selection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index a48ffb7..5cceb09 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -2133,6 +2133,8 @@ e_html_editor_selection_set_block_format (EHTMLEditorSelection *selection,
        /* When changing the format we need to re-set the alignment */
        e_html_editor_selection_set_alignment (selection, selection->priv->alignment);
 
+       e_html_editor_view_set_changed (view, TRUE);
+
        g_object_notify (G_OBJECT (selection), "block-format");
 }
 


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