aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPXMLExporter.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-08-14 11:04:21 +0000
committerstuconnolly <stuart02@gmail.com>2010-08-14 11:04:21 +0000
commit3922ff7470f56072246f988f6f83756b754ab0ac (patch)
treefa6ee645b8746bf83f1b25d92a615269cf6470e3 /Source/SPXMLExporter.m
parentf1e829f98f50d9e75e7ba111361a625f7aab802d (diff)
downloadsequelpro-3922ff7470f56072246f988f6f83756b754ab0ac.tar.gz
sequelpro-3922ff7470f56072246f988f6f83756b754ab0ac.tar.bz2
sequelpro-3922ff7470f56072246f988f6f83756b754ab0ac.zip
Fix the display and updating of the export progress sheet when performing an XML export. Caused by the incorrect implementation of XML export delegate methods as well as a missing call to one of them during the export process.
Diffstat (limited to 'Source/SPXMLExporter.m')
-rw-r--r--Source/SPXMLExporter.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPXMLExporter.m b/Source/SPXMLExporter.m
index 2da40220..83497ec4 100644
--- a/Source/SPXMLExporter.m
+++ b/Source/SPXMLExporter.m
@@ -129,6 +129,9 @@
currentPoolDataLength = 0;
+ // Inform the delegate that we are about to start writing the data to disk
+ [delegate performSelectorOnMainThread:@selector(xmlExportProcessWillBeginWritingData:) withObject:self waitUntilDone:NO];
+
while (1)
{
// Check for cancellation flag