some installations bundle background.png, so allow fudge factor

This commit is contained in:
Elizabeth Fong
2006-07-28 07:37:24 +00:00
parent 6eed6697dc
commit a81e7bc316
@@ -511,7 +511,7 @@ public abstract class Getdown extends Thread
// set of resources (a single patch file or the entire app from
// scratch), then use a torrent downloader instead
if (_app.getUseTorrent()) {
if (resources.equals(_app.getAllResources())) {
if (resources.size() >= _app.getAllResources().size() - 1) {
ArrayList<Resource> full = new ArrayList<Resource>();
full.add(_app.getFullResource());
full.addAll(resources);