From 8af7ab7046ab834bc392a0eb31128c7d0647fd53 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 9 Jun 2010 23:13:28 +0000 Subject: Exporter enhancements, including: - Move the custom filename options view to a drop down view on the main exporter dialog. - Change the export data source matrix to a popup button. - Fix the export button being enabled when no tables are selected to be exported. - Various interface validation fixes. --- Source/SPTableContent.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPTableContent.m') diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index de827982..d5ffb47c 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -1828,6 +1828,7 @@ } [currentResult addObject:[NSArray arrayWithArray:tempRow]]; } + return currentResult; } -- cgit v1.2.3