aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-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