From f4617f63faf037ada6d313034bad2e4132bd5a9b Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 29 May 2012 23:26:18 +0000 Subject: - Fix deselection of favourites on key selection, correctly preserving edits; this will improve Issue #1332 - Fix width of SSH key field --- Source/SPConnectionController.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Source') diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 6de0c9c3..e57399bb 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -295,7 +295,6 @@ static NSComparisonResult _compareFavoritesUsingKey(id favorite1, id favorite2, */ - (IBAction)chooseKeyLocation:(NSButton *)sender { - [favoritesOutlineView deselectAll:self]; NSString *directoryPath = nil; NSString *filePath = nil; NSArray *permittedFileTypes = nil; -- cgit v1.2.3