From 1c0f63972d0ba9c337601c6c7f5500082c555c20 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 5 Sep 2010 22:55:30 +0000 Subject: - When refreshing table content view, refresh the status information for tables as well; this fixes caching of table row count in certain combinations of table sizes and preference values, and should fix Issue #673. - Add a missing Errors.strings localisable strings table --- Source/SPTableContent.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index 30329809..3285dc0f 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -1128,8 +1128,9 @@ [self storeCurrentDetailsForRestoration]; [self setViewportToRestore:NSZeroRect]; - // Clear the table data column cache + // Clear the table data column cache and status (including counts) [tableDataInstance resetColumnData]; + [tableDataInstance resetStatusData]; // Load the table's data [self loadTable:[tablesListInstance tableName]]; -- cgit v1.2.3