From 69a1f6a02d8aee011f47507d44d90b35c5b5aece Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 21 Jul 2009 23:36:31 +0000 Subject: Disable updating the number of rows in the selected table in the table data cache within getNumberOfRows after the discovery of much larger issue. --- Source/SPTableData.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTableData.m') diff --git a/Source/SPTableData.m b/Source/SPTableData.m index f62daabd..007dd201 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -199,7 +199,7 @@ * via other means and are subsequently more accurate than the value currently set. */ - (void)setStatusValue:(NSString *)value forKey:(NSString *)key -{ +{ [status setValue:value forKey:key]; } -- cgit v1.2.3