From 988f99ac50d99bc2c26c4b8f3c78cf4b62ff99f3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 31 Dec 2008 09:04:06 +0000 Subject: [PATCH] I think the future is now. --- Cydia.app/Sections.plist | 6 ++++++ UICaboodle/BrowserView.m | 4 +++- control | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cydia.app/Sections.plist b/Cydia.app/Sections.plist index e321b681..6744f6ce 100644 --- a/Cydia.app/Sections.plist +++ b/Cydia.app/Sections.plist @@ -33,6 +33,12 @@ Carrier_Bundles + Messageing + + Rename + Messaging + + Network Rename diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m index 5cf07c85..1fd14221 100644 --- a/UICaboodle/BrowserView.m +++ b/UICaboodle/BrowserView.m @@ -293,9 +293,9 @@ } - (void) pushPage:(RVPage *)page { - [self setBackButtonTitle:title_]; [page setDelegate:delegate_]; [book_ pushPage:page]; + [self setBackButtonTitle:title_]; } - (BOOL) getSpecial:(NSURL *)url { @@ -787,6 +787,8 @@ - (void) webView:(WebView *)sender didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame { if ([frame parentFrame] != nil) return; + if (reloading_) + return; [self _finishLoading]; [self loadURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@?%@", diff --git a/control b/control index 35f6c571..36b90336 100644 --- a/control +++ b/control @@ -4,7 +4,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 1.0.2682-38 +Version: 1.0.2683-38 Replaces: com.sosiphone.addcydia Depends: apt, darwintools, pcre, shell-cmds Conflicts: com.sosiphone.addcydia -- 2.45.2