bug 706658 - ennec defaults to about:support as a start page r=mfinkle

This commit is contained in:
Brad Lassey 2011-11-30 21:28:05 -05:00
parent 585b32c245
commit 32a48bfb11

View File

@ -203,7 +203,7 @@ var BrowserApp = {
// Init LoginManager
Cc["@mozilla.org/login-manager;1"].getService(Ci.nsILoginManager);
let uri = "about:support";
let uri = "about:home";
if ("arguments" in window && window.arguments[0])
uri = window.arguments[0];