From: Jay Freeman (saurik) Date: Sun, 28 Mar 2010 09:18:16 +0000 (+0000) Subject: Fix the display identifier bug reported by Surenix. X-Git-Tag: v0.9.3900~34 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/9e42420fe1c01a383597cbf6eda65fefea1f8916 Fix the display identifier bug reported by Surenix. --- diff --git a/Library.mm b/Library.mm index 428c6a9..ea458e3 100644 --- a/Library.mm +++ b/Library.mm @@ -1,5 +1,5 @@ /* WinterBoard - Theme Manager for the iPhone - * Copyright (C) 2008-2009 Jay Freeman (saurik) + * Copyright (C) 2008-2010 Jay Freeman (saurik) */ /* @@ -270,6 +270,8 @@ static NSString *$pathForIcon$(SBApplication *self) { if (NSString *name = Name) \ [names addObject:[NSString stringWithFormat:@"Icons/%@.png", name]]; + if (![didentifier isEqualToString:identifier]) + testForIcon(didentifier); testForIcon(identifier); testForIcon(dname);