From f22d7f580430553e2b8b5e5c2aebccc1384994c5 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 24 Jun 2009 12:44:56 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Custom=20Query=20fixes:=20-=20preserve=20ta?= =?UTF-8?q?ble=20width/order=20after=20editing=20-=20updated=20data=20sour?= =?UTF-8?q?ce=20code=20to=20avoid=20having=20the=20data=20twice=20in=20the?= =?UTF-8?q?=20memory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 550ec3b2..352e6749 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -72,7 +72,6 @@ IBOutlet NSSegmentedControl *helpTargetSelector; - NSArray *queryResult; NSUserDefaults *prefs; NSMutableArray *queryFavorites; @@ -94,6 +93,7 @@ NSArray *cqColumnDefinition; NSString *lastExecutedQuery; + BOOL tableReloadAfterEdting; BOOL tempAlertWasShown; // a temp value for nightly builts } -- cgit v1.2.3