Changeset 928 for trunk/macosx
- Timestamp:
- Sep 26, 2006, 3:27:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r923 r928 2177 2177 { 2178 2178 torrent = [fDisplayedTorrents objectAtIndex: i]; 2179 if ([torrent isPaused] )2179 if ([torrent isPaused] && [torrent progress] < 1.0) 2180 2180 return YES; 2181 2181 }
Note: See TracChangeset
for help on using the changeset viewer.