1
0
Fork 0
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:
Mitchell Livingston 2007-07-04 15:23:33 +00:00
parent 981ede4d4b
commit 072a9c7916

View file

@ -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