aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-06-19 20:28:16 +0800
committerTomas Popela <tpopela@redhat.com>2014-06-19 21:23:17 +0800
commit42a411e15437966cc1387646401ffbc7ff55f9ab (patch)
treea5fcb5046ee47523cac52d036f23d64a33b33071
parent2370ff941b68d79b4ff28df6626f9848bbaddf1e (diff)
downloadgsoc2013-evolution-42a411e15437966cc1387646401ffbc7ff55f9ab.tar
gsoc2013-evolution-42a411e15437966cc1387646401ffbc7ff55f9ab.tar.gz
gsoc2013-evolution-42a411e15437966cc1387646401ffbc7ff55f9ab.tar.bz2
gsoc2013-evolution-42a411e15437966cc1387646401ffbc7ff55f9ab.tar.lz
gsoc2013-evolution-42a411e15437966cc1387646401ffbc7ff55f9ab.tar.xz
gsoc2013-evolution-42a411e15437966cc1387646401ffbc7ff55f9ab.tar.zst
gsoc2013-evolution-42a411e15437966cc1387646401ffbc7ff55f9ab.zip
EHTMLEditorSelection - When changing the format of block set EHTMLEditorView as changed
-rw-r--r--e-util/e-html-editor-selection.c2
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 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");
}