Updating branch refs/heads/master
to b5ce439a6fd134c933cc717540c01048544ff07b (commit)
from ac6e23680c0c7d33c4867b4d192883fcaddf22f2 (commit)
commit b5ce439a6fd134c933cc717540c01048544ff07b
Author: Peter Hatina <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits