aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-15 12:08:13 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-15 12:08:13 +0000
commit3558fee0667274f8ae325d0354ac6e31b2144db9 (patch)
tree7d01a0e7b8c2b1bade1dd162835d05a67a551d3e /Source/SPExportController.m
parentb21ab51d37672f7e5934938d0ffde641f4de3a26 (diff)
downloadsequelpro-3558fee0667274f8ae325d0354ac6e31b2144db9.tar.gz
sequelpro-3558fee0667274f8ae325d0354ac6e31b2144db9.tar.bz2
sequelpro-3558fee0667274f8ae325d0354ac6e31b2144db9.zip
Make the 'Export' menu item in the 'File' menu behave more like the export context menu by checking only the selecting tables. If no tables are selected all of them are checked by default (the same as before). Fixes issue #755.
Diffstat (limited to 'Source/SPExportController.m')
-rw-r--r--Source/SPExportController.m8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m
index 6aa2c3a6..7ccd296d 100644
--- a/Source/SPExportController.m
+++ b/Source/SPExportController.m
@@ -127,14 +127,6 @@
#pragma mark IB action methods
/**
- * Display the export window allowing the user to select what and of what type to export.
- */
-- (void)export
-{
- [self exportTables:nil asFormat:SPSQLExport usingSource:SPTableExport];
-}
-
-/**
* Displays the export window with the supplied tables and export type/format selected.
*/
- (void)exportTables:(NSArray *)exportTables asFormat:(SPExportType)format usingSource:(SPExportSource)source