aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2015-09-29 23:28:06 +0100
committerrowanbeentje <rowan@beent.je>2015-09-29 23:28:06 +0100
commit2d9145d32e1bc1a2507b503a5314205ee9afcd58 (patch)
treeb9c2083daa2ae393e82bfa796080fb0f6da4640c /Source/SPExportController.m
parent0bac1778a26487c3c2367d41ac2bbf2f18c25ee2 (diff)
downloadsequelpro-release-1.1.tar.gz
sequelpro-release-1.1.tar.bz2
sequelpro-release-1.1.zip
Tweak 9728737f9b695147e3957f401cc254f49afe7c6d for 1.1 compatibilityrelease-1.1
Diffstat (limited to 'Source/SPExportController.m')
-rw-r--r--Source/SPExportController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m
index fa5e0e9b..68ed2074 100644
--- a/Source/SPExportController.m
+++ b/Source/SPExportController.m
@@ -368,7 +368,7 @@ static const NSString *SPSQLExportDropEnabled = @"SQLExportDropEnabled";
// Cancel all of the currently running operations
[operationQueue cancelAllOperations]; // async call
- [NSThread detachNewThreadWithName:SPCtxt(@"SPExportController cancelExport: waiting for empty queue", tableDocumentInstance) target:self selector:@selector(_waitUntilQueueIsEmpty:) object:sender];
+ [NSThread detachNewThreadWithName:@"SPExportController cancelExport: waiting for empty queue" target:self selector:@selector(_waitUntilQueueIsEmpty:) object:sender];
}
- (void)_waitUntilQueueIsEmpty:(id)sender