aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-11-25 01:16:43 +0000
committerrowanbeentje <rowan@beent.je>2010-11-25 01:16:43 +0000
commitf51f2b3d87a59a94d5bc16850debfec5128b50ed (patch)
treebaea8d7c8bfd454306cdac42caabd331f49f8886 /Source/SPTablesList.h
parentc1a8f16cfdf68e28df39d0e39f9e5db5f7cb9685 (diff)
downloadsequelpro-f51f2b3d87a59a94d5bc16850debfec5128b50ed.tar.gz
sequelpro-f51f2b3d87a59a94d5bc16850debfec5128b50ed.tar.bz2
sequelpro-f51f2b3d87a59a94d5bc16850debfec5128b50ed.zip
- Fix interface updates when multiple tables are selected
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r--Source/SPTablesList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h
index 8487358d..e53fb178 100644
--- a/Source/SPTablesList.h
+++ b/Source/SPTablesList.h
@@ -119,7 +119,7 @@
// Additional methods
- (void)setConnection:(MCPConnection *)theConnection;
- (void)doPerformQueryService:(NSString *)query;
-- (void)setSelection:(NSDictionary *)selectionDetails;
+- (void)setSelectionState:(NSDictionary *)selectionDetails;
- (void)selectTableAtIndex:(NSNumber *)row;
- (void)makeTableListFilterHaveFocus;