[Xfce4-commits] <midori:master> Don't enforce visibility of navigationbar while loading

Christian Dywan noreply at xfce.org
Thu Nov 10 00:00:01 CET 2011


Updating branch refs/heads/master
         to b5ce439a6fd134c933cc717540c01048544ff07b (commit)
       from ac6e23680c0c7d33c4867b4d192883fcaddf22f2 (commit)

commit b5ce439a6fd134c933cc717540c01048544ff07b
Author: Peter Hatina <phatina at redhat.com>
Date:   Wed Nov 9 23:55:17 2011 +0100

    Don't enforce visibility of navigationbar while loading
    
    Fixes: https://bugs.launchpad.net/midori/+bug/810838

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

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index d707539..e863314 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -327,9 +327,6 @@ _midori_browser_update_interface (MidoriBrowser* browser)
                       "stock-id", GTK_STOCK_REFRESH,
                       "tooltip", _("Reload the current page"),
                       "sensitive", can_reload, NULL);
-        if (!browser->show_navigationbar)
-            gtk_widget_hide (browser->navigationbar);
-
         katze_item_set_meta_integer (midori_view_get_proxy_item (view), "dont-write-history", 0);
     }
     else
@@ -337,8 +334,6 @@ _midori_browser_update_interface (MidoriBrowser* browser)
         g_object_set (action,
                       "stock-id", GTK_STOCK_STOP,
                       "tooltip", _("Stop loading the current page"), NULL);
-        if (!gtk_widget_get_visible (browser->navigationbar))
-            gtk_widget_show (browser->navigationbar);
     }
 
     #if HAVE_HILDON


More information about the Xfce4-commits mailing list