]> git.saurik.com Git - cydia.git/commitdiff
OMG, I forgot to commit this logic inversion.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 24 Feb 2011 18:21:25 +0000 (10:21 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:16 +0000 (02:41 -0800)
UICaboodle/BrowserView.mm

index cb16f00e233b3c23566d68132e0c6230922f6538..d1450671cf7a35afb868828f4f05d0905a2aed61 100644 (file)
@@ -1010,6 +1010,8 @@ static void $UIWebViewWebViewDelegate$webViewClose$(UIWebViewWebViewDelegate *se
 
 - (id) initWithWidth:(float)width ofClass:(Class)_class {
     if ((self = [super init]) != nil) {
+        allowsNavigationAction_ = true;
+
         class_ = _class;
         loading_ = [[NSMutableSet alloc] initWithCapacity:5];