From 681cbd2e8175037853656e73b96e625f89254733 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 17 Jul 2006 11:17:31 +0000 Subject: [PATCH] Update view when torrent starts from queueing. --- macosx/Controller.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macosx/Controller.m b/macosx/Controller.m index 93c1c9752..0aa5fd483 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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