From 3e799650da5898cf3e59acecba27a74b95e17ebc Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 19 Mar 2011 23:28:29 +0000 Subject: Expand all tree children to allow the default to be selected. --- Source/SPConnectionController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPConnectionController.m') diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 5bc81be8..0a75c4d2 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -1293,7 +1293,7 @@ static NSComparisonResult compareFavoritesUsingKey(id favorite1, id favorite2, v - (void)_reloadFavoritesViewData { [favoritesOutlineView reloadData]; - [favoritesOutlineView expandItem:[[favoritesRoot childNodes] objectAtIndex:0] expandChildren:NO]; + [favoritesOutlineView expandItem:[[favoritesRoot childNodes] objectAtIndex:0] expandChildren:YES]; [favoritesOutlineView scrollRowToVisible:[favoritesOutlineView selectedRow]]; } -- cgit v1.2.3