[evolution] EHTMLEditorActions - Hide HTML actions in plain text mode instead of making them insensitible



commit 212adecd1a7f716aa6533712c604576cd9c2df4c
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Jun 25 14:14:06 2014 +0200

    EHTMLEditorActions - Hide HTML actions in plain text mode instead of making them insensitible

 e-util/e-html-editor-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c
index 6b1276c..9ea19d2 100644
--- a/e-util/e-html-editor-actions.c
+++ b/e-util/e-html-editor-actions.c
@@ -656,7 +656,7 @@ action_mode_cb (GtkRadioAction *action,
        g_idle_add (update_mode_combobox, editor);
 
        action_group = editor->priv->html_actions;
-       gtk_action_group_set_sensitive (action_group, is_html);
+       gtk_action_group_set_visible (action_group, is_html);
 
        action_group = editor->priv->html_context_actions;
        gtk_action_group_set_visible (action_group, is_html);


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