From a0376fc1d4363de162d93b372b3aaed7d7415632 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 19 Jul 2008 23:28:55 +0000 Subject: Fixed browser links and modify delegates. --- UICaboodle/BrowserView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UICaboodle/BrowserView.h') 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; -- cgit v1.2.3