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
1 changed files with 4 additions and 0 deletions

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;
}