From 41c6a1af0b7540c53a9de2e76c67b33ff56e907e Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 4 Jun 2012 22:34:15 +0000 Subject: - Fix loss of password on certain connection editing actions (type changes, localhost/127.0.0.1 auto-type changes) --- Source/SPConnectionHandler.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConnectionHandler.m') diff --git a/Source/SPConnectionHandler.m b/Source/SPConnectionHandler.m index cc2e1d84..ca488872 100644 --- a/Source/SPConnectionHandler.m +++ b/Source/SPConnectionHandler.m @@ -452,6 +452,7 @@ static NSString *SPLocalhostAddress = @"127.0.0.1"; // Change connection details [self setPort:tunnelPort]; [self setHost:SPLocalhostAddress]; + [self _updateFavoritePasswordsFromField:standardSQLHostField]; // Change to standard TCP/IP connection view [self resizeTabViewToConnectionType:SPTCPIPConnection animating:YES]; -- cgit v1.2.3