aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-05-10 19:26:44 +0000
committerstuconnolly <stuart02@gmail.com>2011-05-10 19:26:44 +0000
commit51a8cb29f1fae1e2f4fd69f724d9b7ed5ef3a7ff (patch)
tree5487c6f71bda36b38d63826890c93bb963ca88fb /Source/SPTableContent.m
parent34080e5dc8394b070986800eb748c1d6ac12b8ba (diff)
downloadsequelpro-51a8cb29f1fae1e2f4fd69f724d9b7ed5ef3a7ff.tar.gz
sequelpro-51a8cb29f1fae1e2f4fd69f724d9b7ed5ef3a7ff.tar.bz2
sequelpro-51a8cb29f1fae1e2f4fd69f724d9b7ed5ef3a7ff.zip
Fix bug introduced in the previous commit.
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index 82bdbfcc..df4eccf7 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -230,7 +230,6 @@
// If no table has been supplied, clear the table interface and return
if (!aTable || [aTable isEqualToString:@""]) {
[self performSelectorOnMainThread:@selector(setTableDetails:) withObject:nil waitUntilDone:YES];
- [tableDocumentInstance performSelectorOnMainThread:@selector(endTask) withObject:nil waitUntilDone:YES];
return;
}