diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-09-12 06:32:07 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-09-12 06:32:07 +0000 |
commit | 443506099b3073409f966e8e973cb800e4316bfc (patch) | |
tree | 23c1087ed745e9b4f102b33784d0442a0c84cbf2 /TableDocument.m | |
parent | 6eb25023dfd1a279708737350d0c632ecae8b95b (diff) | |
download | sequelpro-443506099b3073409f966e8e973cb800e4316bfc.tar.gz sequelpro-443506099b3073409f966e8e973cb800e4316bfc.tar.bz2 sequelpro-443506099b3073409f966e8e973cb800e4316bfc.zip |
remove connect sheet "add to favourites" check box. change first responder of db view
Diffstat (limited to 'TableDocument.m')
-rw-r--r-- | TableDocument.m | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/TableDocument.m b/TableDocument.m index 085fd4ca..a90856b0 100644 --- a/TableDocument.m +++ b/TableDocument.m @@ -234,21 +234,6 @@ stops modal session with code: code = 1; } - // save to favorites? - if ([connectAddToFavoritesCheckbox state] == NSOnState) { - [self addToFavoritesHost:[hostField stringValue] - socket:[socketField stringValue] - user:[userField stringValue] - password:[passwordField stringValue] - port:[portField stringValue] - database:[databaseField stringValue] - useSSH:NO - sshHost:nil - sshUser:nil - sshPassword:nil - sshPort:nil]; - } - // close sheet [NSApp stopModalWithCode:code]; [connectProgressBar stopAnimation:self]; |