Bug 216751 general.config.filename set in user's prefs.js overrides setting in all.js

patch by bugzilla@mcsmurf.de r=bienvenu sr=brendan a=asa


git-svn-id: svn://10.0.0.236/trunk@176019 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-07-13 18:05:49 +00:00
parent 56d8a3ec04
commit 7101cc9f01

View File

@@ -165,7 +165,7 @@ nsresult nsReadConfig::readConfigFile()
if (NS_FAILED(rv))
return rv;
rv = prefService->GetBranch(nsnull, getter_AddRefs(prefBranch));
rv = prefService->GetDefaultBranch(nsnull, getter_AddRefs(prefBranch));
if (NS_FAILED(rv))
return rv;