From cc24661e6566d5f35e092642fe1fd435b49ad385 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 24 Jun 2010 11:41:01 +0000 Subject: =?UTF-8?q?=E2=80=A2=20replaced=20@"sql"=20and=20@"spf"=20by=20the?= =?UTF-8?q?ir=20SPConstant=20definitions=20=E2=80=A2=C2=A0further=20Save?= =?UTF-8?q?=20Session=20progress=20-=20store=20"saved=20as=20session=20acc?= =?UTF-8?q?essory=20view=20data"=20globally=20to=20support=20"Save=20Sessi?= =?UTF-8?q?on"=20-=20delete=20global=20"saved=20as=20session=20accessory?= =?UTF-8?q?=20view=20data"=20if=20last=20SP=20window=20will=20be=20closed?= =?UTF-8?q?=20-=20added=20to=20info.plist=20which=20tab=20is=20currently?= =?UTF-8?q?=20selected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPContentFilterManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPContentFilterManager.m') diff --git a/Source/SPContentFilterManager.m b/Source/SPContentFilterManager.m index 1edb8416..f8bbbe27 100644 --- a/Source/SPContentFilterManager.m +++ b/Source/SPContentFilterManager.m @@ -767,7 +767,7 @@ NSDictionary *spf = nil; - if([[[filename pathExtension] lowercaseString] isEqualToString:@"spf"]) { + if([[[filename pathExtension] lowercaseString] isEqualToString:SPFileExtensionDefault]) { NSData *pData = [NSData dataWithContentsOfFile:filename options:NSUncachedRead error:&readError]; spf = [[NSPropertyListSerialization propertyListFromData:pData -- cgit v1.2.3