From e4c5cc4181a9807c718b6c1c517b8adee31064a1 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 18 Feb 2009 23:33:42 +0000 Subject: - Ensure that the button controlling whether all data should be edited in a sheet shows its state correctly (fixes Issue #169) - Fixes editing with "Don't load blob and text fields" preference enabled by fixing an incorrect method call --- Source/TableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableContent.m') diff --git a/Source/TableContent.m b/Source/TableContent.m index 04df0953..d8a0f761 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1355,7 +1355,7 @@ - (BOOL)tableContainsBlobOrTextColumns { int i; - NSArray *tableColumns = [tableDataInstance tableColumns]; + NSArray *tableColumns = [tableDataInstance columns]; NSString *columnTypeGrouping; for ( i = 0 ; i < [tableColumns count]; i++ ) { -- cgit v1.2.3