From 5b9ea3d9d7b8169038b52f9da80a8a910958f90e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 16 Oct 2011 07:33:14 +0000 Subject: [PATCH] Do not attempt to theme themes: that is insane. --- Library.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library.mm b/Library.mm index 37b2334..cd2e5d0 100644 --- a/Library.mm +++ b/Library.mm @@ -383,6 +383,9 @@ static NSString *$pathForIcon$(SBApplication *self, NSString *suffix = @"") { @implementation NSString (WinterBoard) - (NSString *) wb$themedPath { + if ([self hasPrefix:@"/Library/Themes/"]) + return self; + if (Debug_) NSLog(@"WB:Debug:Bypass(\"%@\")", self); -- 2.45.2