mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
update the filter bars when resetting cache
This commit is contained in:
parent
981ede4d4b
commit
072a9c7916
1 changed files with 2 additions and 0 deletions
|
@ -1331,6 +1331,8 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||||
Torrent * torrent;
|
Torrent * torrent;
|
||||||
while ((torrent = [enumerator nextObject]))
|
while ((torrent = [enumerator nextObject]))
|
||||||
[torrent resetCache];
|
[torrent resetCache];
|
||||||
|
|
||||||
|
[self applyFilter: nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) showPreferenceWindow: (id) sender
|
- (void) showPreferenceWindow: (id) sender
|
||||||
|
|
Loading…
Reference in a new issue