bug=33093

a=edburns
r=ashuk

Force prefs to be read, causing the proxy data to be read.


git-svn-id: svn://10.0.0.236/trunk@63901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2000-03-23 22:57:57 +00:00
parent e473fcc042
commit b849f414a1

View File

@@ -427,6 +427,7 @@ nsresult InitMozillaStuff (WebShellInitContext * initContext)
nsIPref::GetIID(),
(nsISupports **)&prefs);
if (NS_SUCCEEDED(rv)) {
prefs->ReadUserPrefs();
// Set the prefs in the outermost webshell.
initContext->webShell->SetPrefs(prefs);
nsServiceManager::ReleaseService(kPrefCID, prefs);