]> git.saurik.com Git - winterboard.git/commitdiff
Fixed a stupid UIImages bug.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 18 Sep 2008 01:08:48 +0000 (01:08 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 18 Sep 2008 01:08:48 +0000 (01:08 +0000)
Library.mm
control

index dec4a44ccb7cfdfea316a866086fc7813dc34370..244c0d38594c6958c503451476290cde2a361695 100644 (file)
@@ -274,7 +274,7 @@ static NSString *$pathForFile$inBundle$(NSString *file, NSBundle<WinterBoard> *b
     if (NSString *folder = [[bundle bundlePath] lastPathComponent])
         [names addObject:[NSString stringWithFormat:@"Folders/%@/%@", folder, file]];
     if (ui)
     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]) \
 
     #define remapResourceName(oldname, newname) \
         else if ([file isEqualToString:oldname]) \
diff --git a/control b/control
index 40c068af51e87ec4cefc58cea75e96984e407482..dea7b4a81c6d7d309d5efd528266566728ed5e26 100644 (file)
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: System
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 Architecture: iphoneos-arm
 Section: System
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 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)
 Description: more powerful, open-source SummerBoard
 Name: WinterBoard
 Depends: mobilesubstrate (>= 0.9.2587-1)