Don't enforce tabbar in app mode

This commit is contained in:
Christian Dywan 2012-04-04 21:49:29 +02:00
parent 2d07cbfe45
commit 1f56e0af6f

View file

@ -2273,6 +2273,7 @@ main (int argc,
g_object_set (settings,
"show-menubar", FALSE,
"show-navigationbar", FALSE,
"always-show-tabbar", FALSE,
"toolbar-items", "Back,Forward,ReloadStop,Location,Homepage",
"show-statusbar", FALSE,
"enable-developer-extras", FALSE,