diff options
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index acdd28c7..509ac96f 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -148,7 +148,7 @@ enum sp_table_types // Setters - (void)setContentRequiresReload:(BOOL)reload; - (void)setStatusRequiresReload:(BOOL)reload; -- (BOOL)selectTableOrViewWithName:(NSString *)theName; +- (BOOL)selectItemWithName:(NSString *)theName; // Tabview delegate methods - (void)loadTabTask:(NSTabViewItem *)tabViewItem; |