From 80a1478a3a389e505f6f10aacc8c256f02c7204f Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Tue, 15 Dec 2009 15:39:30 -0500 Subject: [PATCH] Bug 533764 - Go button doesn't show up on startup [r=mark.finkle] --- mobile/chrome/content/browser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index 3d573454ab44..5029535ce340 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -538,8 +538,10 @@ var Browser = { } this.addTab(whereURI, true); - if (whereURI == "about:blank") + if (whereURI == "about:blank") { + BrowserUI.showToolbar(true); BrowserUI.showAutoComplete(); + } // JavaScript Error Console if (gPrefService.getBoolPref("browser.console.showInPanel")){