From a35320cccdf35ed167c65000f76f2cb4127e55ea Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 28 Sep 2009 15:40:26 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20an=20issue=20of=20double-loading=20?= =?UTF-8?q?user-defined=20filters=20=E2=80=A2=20introduce=20a=20new=20plac?= =?UTF-8?q?eholder=20$BINARY=20to=20the=20filter=20definition=20-=20if=20u?= =?UTF-8?q?ser=20presses=20=E2=87=A7=20while=20invoking=20the=20table=20fi?= =?UTF-8?q?lter=20and=20a=20filter=20had=20defined=20that=20placeholder=20?= =?UTF-8?q?the=20search=20will=20be=20case-sensitive;=20otherwise=20the=20?= =?UTF-8?q?placeholder=20$BINARY=20will=20be=20simply=20removed=20to=20sea?= =?UTF-8?q?rch=20case-insensitive=20-=20added=20tooltip=20for=20these=20st?= =?UTF-8?q?ring=20filters=20in=20ContentFilters.plist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableContent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TableContent.h') diff --git a/Source/TableContent.h b/Source/TableContent.h index 0993110a..e2d7237b 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -68,6 +68,7 @@ int currentlyEditingRow, maxNumRows; NSMutableDictionary *contentFilters; + NSMutableDictionary *numberOfDefaultFilters; BOOL sortColumnToRestoreIsAsc; NSString *sortColumnToRestore; -- cgit v1.2.3