Update view when torrent starts from queueing.

This commit is contained in:
Mitchell Livingston 2006-07-17 11:17:31 +00:00
parent a59647ad2d
commit 681cbd2e81
1 changed files with 5 additions and 0 deletions

View File

@ -1174,6 +1174,11 @@ static void sleepCallBack(void * controller, io_service_t y,
- (void) checkWaitingForStopped: (NSNotification *) notification
{
[self checkToStartWaiting: [notification object]];
[self applyFilter: nil];
[self updateUI: nil];
[fInfoController updateInfoStatsAndSettings];
[self updateTorrentHistory];
}
- (void) checkToStartWaiting: (Torrent *) finishedTorrent