Fix for bug 77975, user.js support broken. r=srilatha, sr=alecf.

git-svn-id: svn://10.0.0.236/trunk@93605 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bnesse%netscape.com
2001-05-02 01:37:33 +00:00
parent 085848ff8c
commit 2aa7f04c35

View File

@@ -295,7 +295,7 @@ nsresult nsPrefService::useUserPrefFile()
if (NS_SUCCEEDED(rv) && aFile) {
rv = aFile->Append(userFiles[0]);
if (NS_SUCCEEDED(rv)) {
rv = openPrefFile(mCurrentFile, PR_FALSE, PR_FALSE, PR_FALSE, PR_TRUE);
rv = openPrefFile(aFile, PR_FALSE, PR_FALSE, PR_FALSE, PR_TRUE);
}
}
return rv;