aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r--Source/SPConnectionController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m
index adccee65..12624178 100644
--- a/Source/SPConnectionController.m
+++ b/Source/SPConnectionController.m
@@ -489,8 +489,8 @@ static NSComparisonResult _compareFavoritesUsingKey(id favorite1, id favorite2,
- (IBAction)updateSSLInterface:(id)sender
{
#ifndef SP_CODA
- [self resizeTabViewToConnectionType:[self type] animating:YES];
[self _startEditingConnection];
+ [self resizeTabViewToConnectionType:[self type] animating:YES];
#endif
}