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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user