diff options
-rw-r--r-- | 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 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); |