diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-06-19 20:35:12 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:57 +0000 |
commit | 282af023868a0848d6a2f98d29f5ffef85531265 (patch) | |
tree | 5223d796578f660be5badc803ecad4f67142092e | |
parent | 28ce87049dc989a01a744f877317cdd39be56597 (diff) |
OMG, that was a stupid Browser bug.
-rw-r--r-- | Cydia.mm | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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]); @@ -3,7 +3,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) <saurik@saurik.com> 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) |