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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user