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