From 0efe2f26810e8849035ed77ddb2e642643345dee Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 21 Jul 2009 10:12:46 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20bug=20if=20the=20table=20sorting=20?= =?UTF-8?q?query=20in=20Custom=20Query=20gave=20an=20error=20-=20SP=20trie?= =?UTF-8?q?d=20to=20select=20the=20erroneous=20part=20in=20customQueryView?= =?UTF-8?q?=20which=20could=20lead=20to=20an=20range=20exception=20-=20now?= =?UTF-8?q?=20it=20shows=20a=20proper=20error=20message=20-=20it=20suppres?= =?UTF-8?q?ses=20column=20highlighting=20and=20setting=20of=20the=20NSSort?= =?UTF-8?q?Indicator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 47be44c7..57b8ee85 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -95,7 +95,8 @@ NSArray *cqColumnDefinition; NSString *lastExecutedQuery; - BOOL tableReloadAfterEdting; + BOOL tableReloadAfterEditing; + BOOL queryIsTableSorter; BOOL isDesc; NSNumber *sortField; BOOL tempAlertWasShown; // a temp value for nightly builts -- cgit v1.2.3