diff options
author | rowanbeentje <rowan@beent.je> | 2011-01-04 23:04:07 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-01-04 23:04:07 +0000 |
commit | df7720cd97dcbeeb1ba3a74c2bc2dae2bf4276cd (patch) | |
tree | c674e3f2f2c6d80928718327f8e2137dbb70a92a /Source/SPConnectionController.m | |
parent | 12c773ff7f06a240e66a264b23261f0436e56175 (diff) | |
download | sequelpro-df7720cd97dcbeeb1ba3a74c2bc2dae2bf4276cd.tar.gz sequelpro-df7720cd97dcbeeb1ba3a74c2bc2dae2bf4276cd.tar.bz2 sequelpro-df7720cd97dcbeeb1ba3a74c2bc2dae2bf4276cd.zip |
- Fix SSH tunnels for connections with non-Latin characters in their name
- If SSH tunnel password lookups fail, fall back to asking the user for the password
- Don't reset keychain IDs across documents if not set; this fixes problems re-saving .spfs or duplicating chains of tabs
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index a4adcf92..316d5258 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -520,9 +520,6 @@ if ([self valueForKeyPath:@"selectedFavorite.id"]) { [tableDocument setKeychainID:[[self valueForKeyPath:@"selectedFavorite.id"] stringValue]]; } - else { - [tableDocument setKeychainID:@""]; - } // Pass the connection to the table document, allowing it to set // up the other classes and the rest of the interface. |