aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-01-04 23:04:07 +0000
committerrowanbeentje <rowan@beent.je>2011-01-04 23:04:07 +0000
commitdf7720cd97dcbeeb1ba3a74c2bc2dae2bf4276cd (patch)
treec674e3f2f2c6d80928718327f8e2137dbb70a92a /Source/SPConnectionController.m
parent12c773ff7f06a240e66a264b23261f0436e56175 (diff)
downloadsequelpro-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.m3
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.