зеркало из https://github.com/mozilla/gecko-dev.git
Bug 451161 - Part 3: Reverse the reading order of user prefs and AutoConfig. r=roc
This commit is contained in:
Родитель
5c181004d6
Коммит
3c032d905d
|
@ -401,11 +401,11 @@ Preferences::ReadUserPrefs(nsIFile *aFile)
|
|||
nsresult rv;
|
||||
|
||||
if (nsnull == aFile) {
|
||||
rv = UseDefaultPrefFile();
|
||||
UseUserPrefFile();
|
||||
|
||||
NotifyServiceObservers(NS_PREFSERVICE_READ_TOPIC_ID);
|
||||
|
||||
rv = UseDefaultPrefFile();
|
||||
UseUserPrefFile();
|
||||
} else {
|
||||
rv = ReadAndOwnUserPrefFile(aFile);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче