Changeset 1329


Ignore:
Timestamp:
Jan 9, 2007, 3:49:56 AM (16 years ago)
Author:
livings124
Message:

a little more queueing cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r1328 r1329  
    11651165        if ([torrent isActive] && ![torrent isError])
    11661166        {
    1167             if (![torrent isSeeding])
     1167            if ([torrent progress] < 1.0)
    11681168                desiredDownloadActive--;
    11691169            else
     
    12491249        Torrent * otherTorrent;
    12501250        while ((otherTorrent = [enumerator nextObject]))
    1251             if (otherTorrent != torrent && [otherTorrent isSeeding] && [otherTorrent isActive] && ![otherTorrent isError])
     1251            if (otherTorrent != torrent && [otherTorrent isSeeding] && ![otherTorrent isError])
    12521252            {
    12531253                desiredSeedActive--;
Note: See TracChangeset for help on using the changeset viewer.