Don't enforce visibility of navigationbar while loading
Fixes: https://bugs.launchpad.net/midori/+bug/810838
This commit is contained in:
parent
ac6e23680c
commit
b5ce439a6f
1 changed files with 0 additions and 5 deletions
|
@ -327,9 +327,6 @@ _midori_browser_update_interface (MidoriBrowser* browser)
|
||||||
"stock-id", GTK_STOCK_REFRESH,
|
"stock-id", GTK_STOCK_REFRESH,
|
||||||
"tooltip", _("Reload the current page"),
|
"tooltip", _("Reload the current page"),
|
||||||
"sensitive", can_reload, NULL);
|
"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);
|
katze_item_set_meta_integer (midori_view_get_proxy_item (view), "dont-write-history", 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -337,8 +334,6 @@ _midori_browser_update_interface (MidoriBrowser* browser)
|
||||||
g_object_set (action,
|
g_object_set (action,
|
||||||
"stock-id", GTK_STOCK_STOP,
|
"stock-id", GTK_STOCK_STOP,
|
||||||
"tooltip", _("Stop loading the current page"), NULL);
|
"tooltip", _("Stop loading the current page"), NULL);
|
||||||
if (!gtk_widget_get_visible (browser->navigationbar))
|
|
||||||
gtk_widget_show (browser->navigationbar);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HAVE_HILDON
|
#if HAVE_HILDON
|
||||||
|
|
Loading…
Reference in a new issue