From fe468f45e509f1e3bc2d0491160f44491df5a67b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 9 Dec 2008 09:18:04 +0000 Subject: Fixed HTML error handling and enhanced pinstriping. --- 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 3dcdb93..a37d326 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -41,6 +41,8 @@ UIProgressIndicator *indicator_; IndirectDelegate *indirect_; NSURLAuthenticationChallenge *challenge_; + + bool error_; NSURLRequest *request_; NSNumber *confirm_; -- cgit v1.2.3