From 443506099b3073409f966e8e973cb800e4316bfc Mon Sep 17 00:00:00 2001 From: abhibeckert Date: Fri, 12 Sep 2008 06:32:07 +0000 Subject: remove connect sheet "add to favourites" check box. change first responder of db view --- TableDocument.m | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'TableDocument.m') 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]; -- cgit v1.2.3