allDownloaded should look at leftUntilDone, not percentDone

This commit is contained in:
Mitchell Livingston 2009-03-14 20:11:17 +00:00
parent d15d48e75e
commit f8b1326101
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ int trashDataFile(const char * filename)
- (BOOL) allDownloaded
{
return [self progressDone] >= 1.0;
return [self sizeLeft] > 0;
}
- (BOOL) isComplete