From 6d3980063a2a37d7c3310a9808312b358ebdb2d3 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 4 Jun 2009 17:42:04 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed:=20suppress=20highlighting=20of=20the?= =?UTF-8?q?=20current=20query=20if=20something=20is=20selected=20=E2=80=A2?= =?UTF-8?q?=20added:=20"Select=20Active=20Query=20^Y"=20context=20menu=20i?= =?UTF-8?q?tem=20to=20the=20Custom=20Query=20Editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 68fdbf49..87f739ae 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -136,6 +136,7 @@ - (void)setConnection:(CMMCPConnection *)theConnection; - (void)setFavorites; - (void)doPerformQueryService:(NSString *)query; +- (void)selectCurrentQuery; - (NSString *)usedQuery; -- cgit v1.2.3