update the filter bars when resetting cache

This commit is contained in:
Mitchell Livingston 2007-07-04 15:23:33 +00:00
parent 981ede4d4b
commit 072a9c7916
1 changed files with 2 additions and 0 deletions

View File

@ -1331,6 +1331,8 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
Torrent * torrent;
while ((torrent = [enumerator nextObject]))
[torrent resetCache];
[self applyFilter: nil];
}
- (void) showPreferenceWindow: (id) sender