From df08be870c88c312a2659660a174ba80a7bea57e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 24 Feb 2011 10:21:25 -0800 Subject: OMG, I forgot to commit this logic inversion. --- UICaboodle/BrowserView.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index cb16f00..d145067 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -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]; -- cgit v1.2.3