From: Jay Freeman (saurik) Date: Thu, 18 Sep 2008 01:08:48 +0000 (+0000) Subject: Fixed a stupid UIImages bug. X-Git-Tag: v0.9.3900~66 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/7dd9f26ed0078aca2e56c85fd20ecfe00f991de3 Fixed a stupid UIImages bug. --- diff --git a/Library.mm b/Library.mm index dec4a44..244c0d3 100644 --- a/Library.mm +++ b/Library.mm @@ -274,7 +274,7 @@ static NSString *$pathForFile$inBundle$(NSString *file, NSBundle *b if (NSString *folder = [[bundle bundlePath] lastPathComponent]) [names addObject:[NSString stringWithFormat:@"Folders/%@/%@", folder, file]]; if (ui) - [names addObject:[NSString stringWithFormat:@"UIImages/%@/%@", file]]; + [names addObject:[NSString stringWithFormat:@"UIImages/%@", file]]; #define remapResourceName(oldname, newname) \ else if ([file isEqualToString:oldname]) \ diff --git a/control b/control index 40c068a..dea7b4a 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: System Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.2588-1 +Version: 0.9.2590-1 Description: more powerful, open-source SummerBoard Name: WinterBoard Depends: mobilesubstrate (>= 0.9.2587-1)