aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-07-30 00:20:52 +0000
committerrowanbeentje <rowan@beent.je>2009-07-30 00:20:52 +0000
commit9e72b900075cb73e32254754faea71882f1b8299 (patch)
treea5515497616be0cd525b24d149300895b5d604ac /Source/TablesList.m
parent24cdce10cbd4817682b0ecaf2b834f7dc18cb3b5 (diff)
downloadsequelpro-9e72b900075cb73e32254754faea71882f1b8299.tar.gz
sequelpro-9e72b900075cb73e32254754faea71882f1b8299.tar.bz2
sequelpro-9e72b900075cb73e32254754faea71882f1b8299.zip
- Add an initial barebones version of the history controller, with a basic toolbar item to navigate backwards and forwards. TBC!
Diffstat (limited to 'Source/TablesList.m')
-rw-r--r--Source/TablesList.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m
index e5f4a35d..6d611306 100644
--- a/Source/TablesList.m
+++ b/Source/TablesList.m
@@ -1297,6 +1297,8 @@
[tableWindow setTitle:[NSString stringWithFormat:@"(MySQL %@) %@/%@", [tableDocumentInstance mySQLVersion],
[tableDocumentInstance name], [tableDocumentInstance database]]];
}
+
+ [spHistoryControllerInstance updateHistoryEntries];
}
#pragma mark -