[evolution] EHTMLEditorSelection - Block format combo box shows wrong format after unblocking the selection-chan



commit e6026b276c78919e6a33a11265e993e854d07a3e
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Oct 15 14:53:18 2014 +0200

    EHTMLEditorSelection - Block format combo box shows wrong format after unblocking the selection-changed 
signal callback
    
    Reload the properties when unblocking the selection-changed signal
    callback.

 e-util/e-html-editor-selection.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index 415c6ac..893992f 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -277,6 +277,9 @@ e_html_editor_selection_unblock_selection_changed (EHTMLEditorSelection *selecti
        view = e_html_editor_selection_ref_html_editor_view (selection);
        g_signal_handlers_unblock_by_func (
                view, html_editor_selection_selection_changed_cb, selection);
+
+       html_editor_selection_selection_changed_cb (WEBKIT_WEB_VIEW (view), selection);
+
        g_object_unref (view);
 }
 


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