mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
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:
parent
789fa1369c
commit
dc8ff011b9
@ -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)++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user