From 3558fee0667274f8ae325d0354ac6e31b2144db9 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 15 Jul 2010 12:08:13 +0000 Subject: 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. --- Source/SPExportController.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/SPExportController.h') diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 83b21525..cedebdc3 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -237,7 +237,6 @@ */ @property(readwrite, assign) MCPConnection *connection; -- (void)export; - (void)exportTables:(NSArray *)table asFormat:(SPExportType)format usingSource:(SPExportSource)source; - (void)openExportErrorsSheetWithString:(NSString *)errors; - (void)displayExportFinishedGrowlNotification; -- cgit v1.2.3