diff options
author | stuconnolly <stuart02@gmail.com> | 2010-06-09 23:13:28 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-06-09 23:13:28 +0000 |
commit | 8af7ab7046ab834bc392a0eb31128c7d0647fd53 (patch) | |
tree | cf8b893f42488b19b040683ee380a47b496db149 /Source/SPTableContent.m | |
parent | b0d60faa09d16490dffe9c0b2a948d5d1890858a (diff) | |
download | sequelpro-8af7ab7046ab834bc392a0eb31128c7d0647fd53.tar.gz sequelpro-8af7ab7046ab834bc392a0eb31128c7d0647fd53.tar.bz2 sequelpro-8af7ab7046ab834bc392a0eb31128c7d0647fd53.zip |
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.
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r-- | Source/SPTableContent.m | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |