diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-24 09:44:27 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:16 -0800 |
commit | 8366df5e3dc184d578798c9e5635b11ab3f2e440 (patch) | |
tree | d46d0b53375b0b8918d4b5f72cdd1d4c8e577ad6 /UICaboodle/BrowserView.h | |
parent | c08c89434cf43d4fae69f1d9ad7325ac6a4e768b (diff) |
Make the navigation action blocker actually useful.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 41b3d9d..03355c2 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -93,6 +93,7 @@ bool visible_; bool hidesNavigationBar_; + bool allowsNavigationAction_; } + (void) _initialize; |