aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Resources/English.lproj/Errors.stringsbin0 -> 526 bytes
-rw-r--r--Source/SPTableContent.m3
2 files changed, 2 insertions, 1 deletions
diff --git a/Resources/English.lproj/Errors.strings b/Resources/English.lproj/Errors.strings
new file mode 100644
index 00000000..9787bb3e
--- /dev/null
+++ b/Resources/English.lproj/Errors.strings
Binary files differ
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]];