[Xfce4-commits] <midori:master> midori_browser_set_action_visible should change sensitivity

Christian Dywan noreply at xfce.org
Sun Mar 13 22:16:02 CET 2011


Updating branch refs/heads/master
         to a9872adf082756e9d5c744982ddc339f1bdda76b (commit)
       from 11b9f915f0cf8b35563615848b037b6814a9fdd4 (commit)

commit a9872adf082756e9d5c744982ddc339f1bdda76b
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Mar 13 22:15:14 2011 +0100

    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.

 midori/midori-browser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index fc2f6ff..10c12b1 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -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);
 }
 
 /**



More information about the Xfce4-commits mailing list