summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-06-19 20:35:12 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:13:57 +0000
commit282af023868a0848d6a2f98d29f5ffef85531265 (patch)
tree5223d796578f660be5badc803ecad4f67142092e /Cydia.mm
parent28ce87049dc989a01a744f877317cdd39be56597 (diff)
OMG, that was a stupid Browser bug.
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 879ba99..bac2975 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]);