One more s/stop/stopTransfer/

This commit is contained in:
Eric Petit 2006-06-22 02:42:56 +00:00
parent 9d2858e4eb
commit 500e037c49
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ static void sleepCallBack(void * controller, io_service_t y,
return;
//stop running torrents and wait for them to stop (5 seconds timeout)
[fTorrents makeObjectsPerformSelector: @selector(stop)];
[fTorrents makeObjectsPerformSelector: @selector(stopTransfer)];
NSDate * start = [NSDate date];
Torrent * torrent;