From 212adecd1a7f716aa6533712c604576cd9c2df4c Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 25 Jun 2014 14:14:06 +0200 Subject: EHTMLEditorActions - Hide HTML actions in plain text mode instead of making them insensitible --- e-util/e-html-editor-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c index 6b1276ceed..9ea19d2fe0 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); -- cgit v1.2.3