diff options
Diffstat (limited to 'TablesList.m')
-rw-r--r-- | TablesList.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TablesList.m b/TablesList.m index 0cad02c5..270cd49b 100644 --- a/TablesList.m +++ b/TablesList.m @@ -341,6 +341,16 @@ returns YES if table status has already been loaded return statusLoaded; } +#pragma mark Setter methods + +/* +Mark the content table for refresh when it's next switched to +*/ +- (void)setContentRequiresReload +{ + contentLoaded = NO; +} + #pragma mark Datasource methods - (int)numberOfRowsInTableView:(NSTableView *)aTableView |