show/hide the group dividers right away when toggling that option

This commit is contained in:
Mitchell Livingston 2008-01-23 22:00:02 +00:00
parent 10061504df
commit 5fce7e3d5c
1 changed files with 1 additions and 1 deletions

View File

@ -1639,7 +1639,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
- (void) setSortByGroup: (id) sender
{
[fDefaults setBool: ![fDefaults boolForKey: @"SortByGroup"] forKey: @"SortByGroup"];
[self sortTorrents];
[self updateDisplay: nil];
}
- (void) setSortReverse: (id) sender