aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-08-03 19:40:45 +0000
committerstuconnolly <stuart02@gmail.com>2011-08-03 19:40:45 +0000
commitb26a4c45cbafedefe0247971c1ae9961abfe24c3 (patch)
tree8757a4c49530958918fb37d073aaabbf2702ad0f /Source/SPTableData.m
parente70486eb1503cad882a0d5e452fef3b2fecf6629 (diff)
downloadsequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.tar.gz
sequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.tar.bz2
sequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.zip
Bring outline view up to date with trunk (r3307:r3375).
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r--Source/SPTableData.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m
index de253e57..1936d0b1 100644
--- a/Source/SPTableData.m
+++ b/Source/SPTableData.m
@@ -928,7 +928,7 @@
BOOL changeEncoding = ![[mySQLConnection encoding] isEqualToString:@"utf8"];
// Catch unselected tables and return false
- if ([[tableListInstance tableName] isEqualToString:@""] || ![tableListInstance tableName]) {
+ if (![tableListInstance tableName]) {
pthread_mutex_unlock(&dataProcessingLock);
return FALSE;
}