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
parent 789fa1369c
commit dc8ff011b9

View File

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