From 171bb5aebdaebfeafb7a13d4cb384b0d95189a2c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 9 Jan 2007 01:35:37 +0000 Subject: [PATCH] missed this for those not using the queue --- macosx/Controller.m | 4 ++++ 1 file changed, 4 insertions(+) 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; }