diff --git a/macosx/Controller.m b/macosx/Controller.m index d24dd7e31..7a42f1263 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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; }