Changeset 10480 for trunk/macosx/Controller.m
- Timestamp:
- Apr 14, 2010, 1:36:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r10469 r10480 1285 1285 //iterate through instead of all at once to ensure no conflicts 1286 1286 for (Torrent * torrent in torrents) 1287 { 1288 tr_inf( "restarting a torrent in resumeTorrentsNoWait" ); 1287 1289 [torrent startTransfer]; 1290 } 1288 1291 1289 1292 [self updateUI]; … … 1824 1827 if (desiredDownloadActive > 0) 1825 1828 { 1829 tr_inf( "restarting download torrent in mac queue" ); 1826 1830 [torrent startTransfer]; 1827 1831 if ([torrent isActive]) … … 1834 1838 if (desiredSeedActive > 0) 1835 1839 { 1840 tr_inf( "restarting seed torrent in mac queue" ); 1836 1841 [torrent startTransfer]; 1837 1842 if ([torrent isActive])
Note: See TracChangeset
for help on using the changeset viewer.