From: Jay Freeman (saurik) Date: Fri, 19 Jun 2009 20:35:12 +0000 (+0000) Subject: OMG, that was a stupid Browser bug. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/fe081d2686cbd85761a1d4be146ea47d17473d1c OMG, that was a stupid Browser bug. --- diff --git a/Cydia.mm b/Cydia.mm index 879ba998..bac29757 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -3775,7 +3775,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (id) initWithBook:(RVBook *)book forWidth:(float)width { - if ((self = [super initWithBook:book forWidth:width]) != nil) { + if ((self = [super initWithBook:book forWidth:width ofClass:[CydiaBrowserView class]]) != nil) { cydia_ = [[CydiaObject alloc] initWithDelegate:indirect_]; WebView *webview([webview_ webView]); diff --git a/control b/control index b604d402..c59c8970 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 1.0.2932-1 +Version: 1.0.2936-1 Replaces: com.sosiphone.addcydia Depends: apr-lib, apt7-lib, apt7-key, darwintools, pcre, shell-cmds, system-cmds Pre-Depends: dpkg (>= 1.14.25-8)