diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-25 13:20:39 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-25 13:20:39 +0000 |
commit | 7d9fbcaaf80b91d7eca7eacb78dd4ef0c53ef7a8 (patch) | |
tree | bf95867db9dfc1f944165d0fdee1585b99b888e1 /Source/SPExportControllerDelegate.m | |
parent | be97d12d4f5df97b268bd017f124d932f8d5d4a9 (diff) | |
download | sequelpro-7d9fbcaaf80b91d7eca7eacb78dd4ef0c53ef7a8.tar.gz sequelpro-7d9fbcaaf80b91d7eca7eacb78dd4ef0c53ef7a8.tar.bz2 sequelpro-7d9fbcaaf80b91d7eca7eacb78dd4ef0c53ef7a8.zip |
Remove the implementation of tableView:shouldSelectRow: from the export controller, which allows selecting rows within the table list via the mouse and keyboard.
Diffstat (limited to 'Source/SPExportControllerDelegate.m')
-rw-r--r-- | Source/SPExportControllerDelegate.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPExportControllerDelegate.m b/Source/SPExportControllerDelegate.m index bc9608e7..575bb0f9 100644 --- a/Source/SPExportControllerDelegate.m +++ b/Source/SPExportControllerDelegate.m @@ -50,11 +50,6 @@ #pragma mark - #pragma mark Table view delegate methods -- (BOOL)tableView:(NSTableView *)tableView shouldSelectRow:(NSInteger)rowIndex -{ - return (tableView != exportTableList); -} - - (BOOL)tableView:(NSTableView *)tableView shouldTrackCell:(NSCell *)cell forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)rowIndex { return (tableView == exportTableList); |