1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

One more s/stop/stopTransfer/

This commit is contained in:
Eric Petit 2006-06-22 02:42:56 +00:00
parent 9d2858e4eb
commit 500e037c49

View file

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