Fix visibility of the Statusbar action

This commit is contained in:
Christian Dywan 2009-12-13 23:31:06 +01:00
parent a6a4f0ffec
commit c9da1beb1c

View file

@ -5889,7 +5889,6 @@ midori_browser_init (MidoriBrowser* browser)
#if HAVE_HILDON
_action_set_visible (browser, "Menubar", FALSE);
#endif
_action_set_visible (browser, "Statusbar", FALSE);
#if !WEBKIT_CHECK_VERSION (1, 1, 3)
_action_set_visible (browser, "Transferbar", FALSE);
#endif