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:
parent
9d2858e4eb
commit
500e037c49
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue