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:
parent
11b9f915f0
commit
a9872adf08
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue