midori_browser_set_action_visible should change sensitivity

So in particular the panel is not only hidden from the menu
but also inaccessible with the keyboard.
This commit is contained in:
Christian Dywan 2011-03-13 22:15:14 +01:00
parent 11b9f915f0
commit a9872adf08

View file

@ -6918,6 +6918,7 @@ midori_browser_set_action_visible (MidoriBrowser* browser,
g_return_if_fail (name != NULL);
_action_set_visible (browser, name, visible);
_action_set_sensitive (browser, name, visible);
}
/**