deselect files when changing selected torrent

This commit is contained in:
Mitchell Livingston 2007-01-20 03:42:06 +00:00
parent 1c39a8e290
commit d97ac66e43
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@
[self updateInfoSettings];
[fPeerTable reloadData];
[fFileOutline deselectAll: nil];
[fFileOutline reloadData];
}