apply the filter in some necessary situations

This commit is contained in:
Mitchell Livingston 2008-01-23 20:50:49 +00:00
parent 4f9dcb1444
commit b44c0b059c
1 changed files with 3 additions and 0 deletions

View File

@ -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];
}