From a5e9ac8546c98886507e16d46ab6f83f831ad0bd Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 21 Jun 2010 13:07:29 +0000 Subject: [PATCH] I am not having fun. --- LockScreen.mm | 4 ++-- control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LockScreen.mm b/LockScreen.mm index cf6704d..733478c 100644 --- a/LockScreen.mm +++ b/LockScreen.mm @@ -118,7 +118,7 @@ while (false) @end static Class $CydgetController(objc_getClass("CydgetController")); -static Class $UIFormAssistant(objc_getClass("CydgetController")); +static Class $UIFormAssistant(objc_getClass("UIFormAssistant")); static Class $SBStatusBarController(objc_getClass("SBStatusBarController")); @interface NSString (UIKit) @@ -426,7 +426,7 @@ class Pcre { - (id) init { CGRect frame = {{0, 0}, {320, 480}}; - frame.size.height -= [[[$SBStatusBarController sharedStatusBarController] statusBarView] frame].size.height; + frame.size.height -= 20; //[[[$SBStatusBarController sharedStatusBarController] statusBarView] frame].size.height; if ((self = [super initWithFrame:frame]) != nil) { loading_ = [[NSMutableSet alloc] initWithCapacity:3]; diff --git a/control b/control index 8fbd532..009fd5e 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: Development Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.3160-1 +Version: 0.9.3208-1 Description: framework for managing lock screen plugins Name: Cydget Depends: mobilesubstrate (>= 0.9.2587-1), firmware (>= 2.2), preferenceloader, apr-lib, pcre, cycript (>= 0.9.292-1) -- 2.45.2