diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-06-19 20:28:16 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-06-19 21:23:17 +0800 |
commit | 42a411e15437966cc1387646401ffbc7ff55f9ab (patch) | |
tree | a5fcb5046ee47523cac52d036f23d64a33b33071 /e-util/e-html-editor-selection.c | |
parent | 2370ff941b68d79b4ff28df6626f9848bbaddf1e (diff) | |
download | gsoc2013-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
Diffstat (limited to 'e-util/e-html-editor-selection.c')
-rw-r--r-- | 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 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"); } |