1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

missed this for those not using the queue

This commit is contained in:
Mitchell Livingston 2007-01-09 01:35:37 +00:00
parent 39cccec3d5
commit 171bb5aebd

View file

@ -1592,6 +1592,10 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
if ([torrent waitingToStart])
[torrent startTransfer];
[self updateUI: nil];
[self applyFilter: nil];
[self updateTorrentHistory];
return;
}