From 8c1c73135fdb4070094f30472d4c9bc031b1e575 Mon Sep 17 00:00:00 2001 From: abhibeckert Date: Sat, 6 Sep 2008 00:45:21 +0000 Subject: can now rename favourites in the connect panel --- TableDocument.m | 1 - 1 file changed, 1 deletion(-) (limited to 'TableDocument.m') diff --git a/TableDocument.m b/TableDocument.m index bce2a7c6..b15006d5 100644 --- a/TableDocument.m +++ b/TableDocument.m @@ -56,7 +56,6 @@ NSString *TableDocumentFavoritesControllerSelectionIndexDidChange = @"TableDocum // register double click for the favorites view (double click favorite to connect) [connectFavoritesTableView setTarget:self]; - [connectFavoritesTableView setDoubleAction:@selector(connect:)]; // find the Database -> Database Encoding menu (it's not in our nib, so we can't use interface builder) selectEncodingMenu = [[[[[NSApp mainMenu] itemWithTag:1] submenu] itemWithTag:1] submenu]; -- cgit v1.2.3