diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-09-06 00:45:21 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-09-06 00:45:21 +0000 |
commit | 8c1c73135fdb4070094f30472d4c9bc031b1e575 (patch) | |
tree | a151f7b06637b405459371d4ed09f41cb69de14d /TableDocument.m | |
parent | 9c347ca9ef64c8230fac1927a897a08440c269e0 (diff) | |
download | sequelpro-8c1c73135fdb4070094f30472d4c9bc031b1e575.tar.gz sequelpro-8c1c73135fdb4070094f30472d4c9bc031b1e575.tar.bz2 sequelpro-8c1c73135fdb4070094f30472d4c9bc031b1e575.zip |
can now rename favourites in the connect panel
Diffstat (limited to 'TableDocument.m')
-rw-r--r-- | TableDocument.m | 1 |
1 files changed, 0 insertions, 1 deletions
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]; |