]> git.saurik.com Git - winterboard.git/commitdiff
Fixed STUPID bug with Wallpapers.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 16 Mar 2009 21:27:12 +0000 (21:27 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 16 Mar 2009 21:27:12 +0000 (21:27 +0000)
Library.mm
control

index 796ffb95a6c939267b5124650eb5f7a18c1ff9eb..406e4cb323e6c16ff8eeb0119c94cf0438952fbf 100644 (file)
@@ -1356,9 +1356,6 @@ extern "C" void WBInitialize() {
         Cache_ = [[NSMutableDictionary alloc] initWithCapacity:64];
     }
 
         Cache_ = [[NSMutableDictionary alloc] initWithCapacity:64];
     }
 
-        [pool release];
-        return;
-
     Wallpapers_ = [[NSArray arrayWithObjects:@"Wallpaper.mp4", @"Wallpaper.png", @"Wallpaper.jpg", @"Wallpaper.html", nil] retain];
 
     if ([Info_ objectForKey:@"UndockedIconLabels"] == nil)
     Wallpapers_ = [[NSArray arrayWithObjects:@"Wallpaper.mp4", @"Wallpaper.png", @"Wallpaper.jpg", @"Wallpaper.html", nil] retain];
 
     if ([Info_ objectForKey:@"UndockedIconLabels"] == nil)
diff --git a/control b/control
index ec52d6c5895cd36939716c260d405c1a3c2fedfa..07221c0a87335601ca7b595b10321d3962d521d7 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.2794-1
+Version: 0.9.2795-1
 Description: more powerful, open-source SummerBoard
 Name: WinterBoard
 Depends: mobilesubstrate (>= 0.9.2660-1)
 Description: more powerful, open-source SummerBoard
 Name: WinterBoard
 Depends: mobilesubstrate (>= 0.9.2660-1)