diff options
author | rowanbeentje <rowan@beent.je> | 2012-05-29 23:26:18 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-05-29 23:26:18 +0000 |
commit | f4617f63faf037ada6d313034bad2e4132bd5a9b (patch) | |
tree | 226be483769368684e8d94842f86af680789691c /Source/SPConnectionController.m | |
parent | e97e966f09245cf9df982c6102e9d0a6ee111ff6 (diff) | |
download | sequelpro-f4617f63faf037ada6d313034bad2e4132bd5a9b.tar.gz sequelpro-f4617f63faf037ada6d313034bad2e4132bd5a9b.tar.bz2 sequelpro-f4617f63faf037ada6d313034bad2e4132bd5a9b.zip |
- Fix deselection of favourites on key selection, correctly preserving edits; this will improve Issue #1332
- Fix width of SSH key field
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 1 |
1 files changed, 0 insertions, 1 deletions
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; |