зеркало из https://github.com/mozilla/pjs.git
bug 113144 installer shouldn't download entire set of xpi files just because
one of them was missing from the "blob". r=sgehani,sr=darin
This commit is contained in:
Родитель
4fb5a0f3e5
Коммит
753c1d1856
|
@ -760,6 +760,8 @@ nsXIEngine::ExistAllXPIs(int aCustom, nsComponentList *aComps, int *aTotal)
|
|||
|
||||
if (0 != stat(currArchivePath, &dummy))
|
||||
bAllExist = FALSE;
|
||||
else
|
||||
currComp->SetDownloaded(TRUE);
|
||||
|
||||
(*aTotal)++;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче