Bug #1549, 1726 --> be sure to clear the prefs for the bogus identity we create during migration. This was causing

problems on the commercial build. (Landing from beta2 branch to tip)
r=alecf
This commit is contained in:
mscott%netscape.com 2000-08-01 22:29:15 +00:00
Родитель 9d7d22a4ff
Коммит 876d070a79
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -665,6 +665,7 @@ nsMessengerMigrator::UpgradePrefs()
if (NS_FAILED(rv)) return rv; if (NS_FAILED(rv)) return rv;
// remove the temporary identity we used for migration purposes // remove the temporary identity we used for migration purposes
identity->ClearAllValues();
rv = accountManager->RemoveIdentity(identity); rv = accountManager->RemoveIdentity(identity);
return rv; return rv;
} }