1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

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

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