Changeset 1329
- Timestamp:
- Jan 9, 2007, 3:49:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r1328 r1329 1165 1165 if ([torrent isActive] && ![torrent isError]) 1166 1166 { 1167 if ( ![torrent isSeeding])1167 if ([torrent progress] < 1.0) 1168 1168 desiredDownloadActive--; 1169 1169 else … … 1249 1249 Torrent * otherTorrent; 1250 1250 while ((otherTorrent = [enumerator nextObject])) 1251 if (otherTorrent != torrent && [otherTorrent isSeeding] && [otherTorrent isActive] &&![otherTorrent isError])1251 if (otherTorrent != torrent && [otherTorrent isSeeding] && ![otherTorrent isError]) 1252 1252 { 1253 1253 desiredSeedActive--;
Note: See TracChangeset
for help on using the changeset viewer.