From c55412ca23dfba852f8bf4eae0c3249db32e90c8 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 18 Nov 2008 01:56:03 +0000 Subject: Slight cleanup of r195 following discussion with avenjamin --- TablesList.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TablesList.m') 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 -- cgit v1.2.3