From 42a411e15437966cc1387646401ffbc7ff55f9ab Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 19 Jun 2014 14:28:16 +0200 Subject: EHTMLEditorSelection - When changing the format of block set EHTMLEditorView as changed --- e-util/e-html-editor-selection.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c index a48ffb77d0..5cceb09ef1 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"); } -- cgit v1.2.3