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:
dveditz%netscape.com 2001-12-04 08:19:43 +00:00
Родитель 4fb5a0f3e5
Коммит 753c1d1856
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -760,6 +760,8 @@ nsXIEngine::ExistAllXPIs(int aCustom, nsComponentList *aComps, int *aTotal)
if (0 != stat(currArchivePath, &dummy))
bAllExist = FALSE;
else
currComp->SetDownloaded(TRUE);
(*aTotal)++;
}