aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-06-25 20:14:06 +0800
committerTomas Popela <tpopela@redhat.com>2014-06-25 21:59:50 +0800
commit212adecd1a7f716aa6533712c604576cd9c2df4c (patch)
treeb04fbbe4cd0722c558b219d83b138946aaa60679
parentb5d682209bd8394c4fcccd6f2dd84ad53143a60c (diff)
downloadgsoc2013-evolution-212adecd1a7f716aa6533712c604576cd9c2df4c.tar
gsoc2013-evolution-212adecd1a7f716aa6533712c604576cd9c2df4c.tar.gz
gsoc2013-evolution-212adecd1a7f716aa6533712c604576cd9c2df4c.tar.bz2
gsoc2013-evolution-212adecd1a7f716aa6533712c604576cd9c2df4c.tar.lz
gsoc2013-evolution-212adecd1a7f716aa6533712c604576cd9c2df4c.tar.xz
gsoc2013-evolution-212adecd1a7f716aa6533712c604576cd9c2df4c.tar.zst
gsoc2013-evolution-212adecd1a7f716aa6533712c604576cd9c2df4c.zip
EHTMLEditorActions - Hide HTML actions in plain text mode instead of making them insensitible
-rw-r--r--e-util/e-html-editor-actions.c2
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);