зеркало из https://github.com/mozilla/pjs.git
fix for rtm++ bug 52181. r=sspitzer sr=mscott. Removed return upon unsuccessful migration. Now it drops through and deletes the progress window as it should.
This commit is contained in:
Родитель
ddbe4ce37c
Коммит
ac98f30ea3
|
@ -364,8 +364,7 @@ extern "C" void ProfileMigrationController(void *data)
|
|||
if (NS_FAILED(rv))
|
||||
{
|
||||
migrator->mErrorCode = rv;
|
||||
printf("failed to migrate properly. err=%d\n",rv);
|
||||
return;
|
||||
printf("failed to migrate properly. err=%d\n",rv);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче