From: Jay Freeman (saurik) Date: Mon, 16 Mar 2009 21:27:12 +0000 (+0000) Subject: Fixed STUPID bug with Wallpapers. X-Git-Tag: v0.9.3900~50 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/b36cdf12d77005f1d61f53c56d4df743995cf31a?ds=sidebyside Fixed STUPID bug with Wallpapers. --- diff --git a/Library.mm b/Library.mm index 796ffb9..406e4cb 100644 --- a/Library.mm +++ b/Library.mm @@ -1356,9 +1356,6 @@ extern "C" void WBInitialize() { 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) diff --git a/control b/control index ec52d6c..07221c0 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: System Maintainer: Jay Freeman (saurik) 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)