diff options
Diffstat (limited to 'TablesList.m')
-rw-r--r-- | TablesList.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TablesList.m b/TablesList.m index 270cd49b..83a36a06 100644 --- a/TablesList.m +++ b/TablesList.m @@ -346,9 +346,9 @@ returns YES if table status has already been loaded /* Mark the content table for refresh when it's next switched to */ -- (void)setContentRequiresReload +- (void)setContentRequiresReload:(BOOL)reload { - contentLoaded = NO; + contentLoaded = !reload; } #pragma mark Datasource methods |