mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
Update view when torrent starts from queueing.
This commit is contained in:
parent
a59647ad2d
commit
681cbd2e81
1 changed files with 5 additions and 0 deletions
|
@ -1174,6 +1174,11 @@ static void sleepCallBack(void * controller, io_service_t y,
|
||||||
- (void) checkWaitingForStopped: (NSNotification *) notification
|
- (void) checkWaitingForStopped: (NSNotification *) notification
|
||||||
{
|
{
|
||||||
[self checkToStartWaiting: [notification object]];
|
[self checkToStartWaiting: [notification object]];
|
||||||
|
|
||||||
|
[self applyFilter: nil];
|
||||||
|
[self updateUI: nil];
|
||||||
|
[fInfoController updateInfoStatsAndSettings];
|
||||||
|
[self updateTorrentHistory];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) checkToStartWaiting: (Torrent *) finishedTorrent
|
- (void) checkToStartWaiting: (Torrent *) finishedTorrent
|
||||||
|
|
Loading…
Reference in a new issue