зеркало из https://github.com/mozilla/pjs.git
Bug 367723 no import wizard popup when thunderbird first start
patch by Evan.Yan at sun.com r=timeless sr=mscott
This commit is contained in:
Родитель
35ba29035c
Коммит
5bab616912
|
@ -134,7 +134,7 @@ nsProfileMigrator::GetDefaultMailMigratorKey(nsACString& aKey, nsCOMPtr<nsIMailP
|
|||
NS_NAMED_LITERAL_CSTRING(migratorPrefix,
|
||||
NS_MAILPROFILEMIGRATOR_CONTRACTID_PREFIX);
|
||||
nsCAutoString migratorID;
|
||||
if (forceMigrationType.get())
|
||||
if (!forceMigrationType.IsEmpty())
|
||||
{
|
||||
PRBool exists = PR_FALSE;
|
||||
migratorID = migratorPrefix;
|
||||
|
|
Загрузка…
Ссылка в новой задаче