when checking/unchecking files update the table right away

This commit is contained in:
Mitchell Livingston 2007-08-13 21:21:59 +00:00
parent 3fe2dbe5d0
commit 9133c4b919
1 changed files with 2 additions and 0 deletions

View File

@ -920,6 +920,8 @@
[torrent setFileCheckState: [object intValue] != NSOffState ? NSOnState : NSOffState forIndexes: indexSet];
[fFileOutline reloadData];
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: nil];
}
else;
}