aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseViewController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-02-01 20:05:16 +0000
committerstuconnolly <stuart02@gmail.com>2011-02-01 20:05:16 +0000
commitf1f5e84d38e29f2258aa958f55382ef70085843b (patch)
treef0cc9213a936b3ed2cfade91d641a93a22c0ca17 /Source/SPDatabaseViewController.m
parent83ce97aca74326ea431add878ccf7f4252aca9a6 (diff)
downloadsequelpro-f1f5e84d38e29f2258aa958f55382ef70085843b.tar.gz
sequelpro-f1f5e84d38e29f2258aa958f55382ef70085843b.tar.bz2
sequelpro-f1f5e84d38e29f2258aa958f55382ef70085843b.zip
Bring outline view branch up to date with trunk (r3165:r3177).
Diffstat (limited to 'Source/SPDatabaseViewController.m')
-rw-r--r--Source/SPDatabaseViewController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPDatabaseViewController.m b/Source/SPDatabaseViewController.m
index e95b6b41..a7867c53 100644
--- a/Source/SPDatabaseViewController.m
+++ b/Source/SPDatabaseViewController.m
@@ -287,7 +287,7 @@
triggersLoaded = NO;
// Update the window title
- [[self onMainThread] updateWindowTitle:self];
+ [self updateWindowTitle:self];
// Add a history entry
[spHistoryControllerInstance updateHistoryEntries];
@@ -391,7 +391,7 @@
NSString *tableEncoding = nil;
// Update the window title
- [[self onMainThread] updateWindowTitle:self];
+ [self updateWindowTitle:self];
// Reset table information caches
[tableDataInstance resetAllData];