fix 369009 new profile with account(s) setup with MCD still brings up account wizard, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2007-02-01 22:34:01 +00:00
Родитель 08132bccb8
Коммит 0eac8997d0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();