diff options
Diffstat (limited to 'Source/TablesList.m')
-rw-r--r-- | Source/TablesList.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m index b4f8b7c2..d07fe544 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -960,6 +960,14 @@ contentLoaded = !reload; } +/** + * Mark the exteded table info for refresh when it's next switched to + */ +- (void)setStatusRequiresReload:(BOOL)reload +{ + statusLoaded = !reload; +} + #pragma mark Datasource methods /** |