зеркало из https://github.com/mozilla/pjs.git
fix 369009 new profile with account(s) setup with MCD still brings up account wizard, sr=mscott
This commit is contained in:
Родитель
08132bccb8
Коммит
0eac8997d0
|
@ -166,7 +166,7 @@ function verifyAccounts(wizardcallback)
|
|||
if (!adminUrl)
|
||||
newProfile = false;
|
||||
}
|
||||
if (newProfile || accountCount == invalidAccounts.length) {
|
||||
if ((newProfile && !accountCount) || accountCount == invalidAccounts.length) {
|
||||
try {
|
||||
var messengerMigrator = Components.classes[messengerMigratorContractID].getService(Components.interfaces.nsIMessengerMigrator);
|
||||
messengerMigrator.UpgradePrefs();
|
||||
|
|
Загрузка…
Ссылка в новой задаче