From f387da0349f567e98c94544191df64881304a959 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 11 Feb 2014 00:39:56 +0000 Subject: Tweak some connection controller animation orders for better interactions when toggling SSL/switching tabs to start an edit --- 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 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 } -- cgit v1.2.3