зеркало из https://github.com/mozilla/pjs.git
whoops, forgot to StartUp prefs after ShutDown
This commit is contained in:
Родитель
16d7fef8e3
Коммит
081a30d563
|
@ -1689,6 +1689,7 @@ NS_IMETHODIMP nsProfile::StartCommunicator(const char* profileName)
|
|||
*/
|
||||
NS_WITH_SERVICE(nsIPref, prefs, kPrefCID, &rv);
|
||||
prefs->ShutDown();
|
||||
prefs->StartUp();
|
||||
prefs->ResetPrefs();
|
||||
prefs->ReadUserPrefs();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче