Changeset 2347


Ignore:
Timestamp:
Jul 15, 2007, 3:39:44 AM (16 years ago)
Author:
livings124
Message:

use file status instead of file progress for canChangeDownloadCheckForFiles:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Torrent.m

    r2338 r2347  
    13061306    int index;
    13071307    for (index = [indexSet firstIndex]; index != NSNotFound; index = [indexSet indexGreaterThanIndex: index])
    1308         if ([self fileProgress: index] < 1.0)
     1308        if (tr_torrentGetFileStatus(fHandle, index) != TR_CP_COMPLETE)
    13091309            return YES;
    13101310    return NO;
Note: See TracChangeset for help on using the changeset viewer.