]> git.saurik.com Git - winterboard.git/commitdiff
Fix video wallpaper.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 2 Apr 2010 10:19:01 +0000 (10:19 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 2 Apr 2010 10:19:01 +0000 (10:19 +0000)
Library.mm
control

index 1d6ef72022ac5df433699967bd802778eb45d280..b9399a10c7946f99d8ec76adf7062c644aa5fa79 100644 (file)
@@ -1547,15 +1547,14 @@ extern "C" void WBInitialize() {
             NULL, &ChangeWallpaper, (CFStringRef) @"com.saurik.winterboard.lockbackground", NULL, 0
         );
 
-        /*
-        if ($getTheme$([NSArray arrayWithObjects:@"Wallpaper.mp4"]) != nil) {
+        if ($getTheme$([NSArray arrayWithObject:@"Wallpaper.mp4"]) != nil) {
             NSBundle *MediaPlayer([NSBundle bundleWithPath:@"/System/Library/Frameworks/MediaPlayer.framework"]);
             if (MediaPlayer != nil)
                 [MediaPlayer load];
 
             $MPMoviePlayerController = objc_getClass("MPMoviePlayerController");
             $MPVideoView = objc_getClass("MPVideoView");
-        }*/
+        }
 
         $WebCoreFrameBridge = objc_getClass("WebCoreFrameBridge");
 
diff --git a/control b/control
index 1e15857c39603a783e84c952f3c5694a069be1a9..9584ac0fa4536ec37756ac697585a50e1e3c0366 100644 (file)
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: System
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 Architecture: iphoneos-arm
-Version: 0.9.3154-1
+Version: 0.9.3155-1
 Description: more powerful, open-source SummerBoard
 Name: WinterBoard
 Depends: mobilesubstrate (>= 0.9.2958-1), killall, preferenceloader, libhide (>= 2.0.4), findutils, net.howett.pincrush (>= 0.0.1-23) | pincrush