I broke -f, which would mean I broke bloaty, except I fixed it.

a=alecf who is the sheriff
This commit is contained in:
sspitzer%netscape.com 2000-02-16 09:14:40 +00:00
parent 715edae005
commit ff10232470

View File

@ -468,7 +468,11 @@ static nsresult Ensure1Window( nsICmdLineService* cmdLineArgs)
if (tempString)
PR_sscanf(tempString, "%d", &height);
#if 0
rv = OpenBrowserWindow(height, width);
#else
rv = OpenChromURL("chrome://navigator/content/", height, width );
#endif
}
}
return rv;