diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 8fdcb4de7..12183f09c 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -935,7 +935,7 @@ int trashDataFile(const char * filename) - (BOOL) allDownloaded { - return [self progressDone] >= 1.0; + return [self sizeLeft] > 0; } - (BOOL) isComplete