aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-05-27 20:08:13 +0000
committerstuconnolly <stuart02@gmail.com>2010-05-27 20:08:13 +0000
commitd62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 (patch)
tree9b86bea52408640f3cb43bb6487b8184b985c177 /Frameworks/MCPKit
parent20e2a56789fee97b67c41e3d16b5752dbe9f495b (diff)
downloadsequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.gz
sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.bz2
sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.zip
Rename TablesList to SPTablesList.
Diffstat (limited to 'Frameworks/MCPKit')
-rw-r--r--Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
index f56e4750..eca76dcb 100644
--- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
+++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
@@ -2035,7 +2035,7 @@ void performThreadedKeepAlive(void *ptr)
return;
}
- // Retrieve the tables and views for this database from tablesList (TODO: split out of MCPKit)
+ // Retrieve the tables and views for this database from SPTablesList (TODO: split out of MCPKit)
NSMutableArray *tablesAndViews = [NSMutableArray array];
for (id aTable in [[[self delegate] valueForKeyPath:@"tablesListInstance"] allTableNames]) {
NSDictionary *aTableDict = [NSDictionary dictionaryWithObjectsAndKeys: