diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-07-19 23:28:55 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:07 +0000 |
commit | a0376fc1d4363de162d93b372b3aaed7d7415632 (patch) | |
tree | ac1ea5ea5fbe4bfd82bf4abe416b9e4a6ad46ea5 /UICaboodle | |
parent | a781cf0d59966f9a6ada482efddc1c1b2990c92b (diff) |
Fixed browser links and modify delegates.
Diffstat (limited to 'UICaboodle')
-rw-r--r-- | UICaboodle/BrowserView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index a58a5b7..c9a1f7d 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -21,6 +21,8 @@ NSString *title_; bool loading_; bool reloading_; + + bool pushed_; } - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy; |