From: Jay Freeman (saurik) Date: Wed, 31 Dec 2008 09:04:06 +0000 (+0000) Subject: I think the future is now. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/2517c95f6a439390cb5d94a841781999e71accad?hp=c3f582af2163c2e060a2c47a1af462175f6871f2 I think the future is now. --- 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