Changeset 556 for trunk/macosx/Controller.m
- Timestamp:
- Jul 9, 2006, 2:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r555 r556 784 784 if ([torrent justFinished]) 785 785 { 786 [self check WaitingForFinished: torrent];786 [self checkToStartWaiting: torrent]; 787 787 788 788 //notifications … … 1005 1005 - (void) checkWaitingForStopped: (NSNotification *) notification 1006 1006 { 1007 [self check WaitingForFinished: [notification object]];1008 } 1009 1010 - (void) check WaitingForFinished: (Torrent *) finishedTorrent1007 [self checkToStartWaiting: [notification object]]; 1008 } 1009 1010 - (void) checkToStartWaiting: (Torrent *) finishedTorrent 1011 1011 { 1012 1012 //don't try to start a transfer if there should be none waiting
Note: See TracChangeset
for help on using the changeset viewer.