fix js warning when migrating. (no bug).

fix movemail service contract id. (#64486)
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@84572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2001-01-08 18:02:56 +00:00
parent a9fce32268
commit a83670616a
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ function verifyAccounts(wizardcallback) {
// then kick off the account migration
if (accountCount == invalidAccounts.length) {
try {
messengerMigrator = Components.classes[messengerMigratorContractID].getService(Components.interfaces.nsIMessengerMigrator);
var messengerMigrator = Components.classes[messengerMigratorContractID].getService(Components.interfaces.nsIMessengerMigrator);
dump("attempt to UpgradePrefs. If that fails, open the account wizard.\n");
messengerMigrator.UpgradePrefs();
// if there is a callback mechanism then inform parent window to shut itself down

View File

@@ -164,7 +164,7 @@
//
#define NS_MOVEMAILSERVICE_CONTRACTID \
"component://netscape/messenger/movemailservice"
"@mozilla.org/messenger/movemailservice;1"
#define NS_MOVEMAILPROTOCOLINFO_CONTRACTID \
NS_MSGPROTOCOLINFO_CONTRACTID_PREFIX "movemail"