From d97ac66e43346f7625687f4f15ecd862399027b6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 20 Jan 2007 03:42:06 +0000 Subject: [PATCH] deselect files when changing selected torrent --- macosx/InfoWindowController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index 59e75aaf0..4979ff8b2 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -280,6 +280,7 @@ [self updateInfoSettings]; [fPeerTable reloadData]; + [fFileOutline deselectAll: nil]; [fFileOutline reloadData]; }