From b44c0b059c4af0e079f8ae3475cfe7a537b8cc7d Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 23 Jan 2008 20:50:49 +0000 Subject: [PATCH] apply the filter in some necessary situations --- macosx/Controller.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macosx/Controller.m b/macosx/Controller.m index 8d277ec8c..91ff211c0 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1054,6 +1054,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi [torrents makeObjectsPerformSelector: @selector(stopTransfer)]; [self updateUI]; + [self updateDisplay: nil]; [self updateTorrentHistory]; } @@ -1505,6 +1506,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi } [self updateUI]; + [self updateDisplay: nil]; [self updateTorrentHistory]; } @@ -2123,6 +2125,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi [torrent setGroupValue: [sender tag]]; [self updateUI]; + [self updateDisplay: nil]; [self updateTorrentHistory]; }