update the filter bars when resetting cache
This commit is contained in:
parent
981ede4d4b
commit
072a9c7916
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue