diff options
author | rowanbeentje <rowan@beent.je> | 2009-12-16 01:01:34 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-12-16 01:01:34 +0000 |
commit | d915e45bc51b59618a054ececa38d46898603a3b (patch) | |
tree | 3280e9b03e7afa38f06d50baada86eeef49409bd /Source/TableDocument.m | |
parent | 03ac736b6aac57d700a43184a062cf5e29a50d9e (diff) | |
download | sequelpro-release-0.9.7.tar.gz sequelpro-release-0.9.7.tar.bz2 sequelpro-release-0.9.7.zip |
- Merge in r1608 (SPF saving of custom SSH ports), r1610 (Fix multi-line favourite titles), r1619 (History navigation task not closed) and r1622 (Pagination interface clarification) to the 0.9.7 branchrelease-0.9.7
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 06066be3..6d34b7f5 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -2640,7 +2640,7 @@ aString = @"SPSSHTunnelConnection"; [connection setObject:[connectionController sshHost] forKey:@"ssh_host"]; [connection setObject:[connectionController sshUser] forKey:@"ssh_user"]; - if([connectionController port] && [[connectionController port] length]) + if([connectionController sshPort] && [[connectionController sshPort] length]) [connection setObject:[NSNumber numberWithInt:[[connectionController sshPort] intValue]] forKey:@"ssh_port"]; break; default: |