summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cydia.app/Sections.plist6
-rw-r--r--UICaboodle/BrowserView.m4
-rw-r--r--control2
3 files changed, 10 insertions, 2 deletions
diff --git a/Cydia.app/Sections.plist b/Cydia.app/Sections.plist
index e321b68..6744f6c 100644
--- a/Cydia.app/Sections.plist
+++ b/Cydia.app/Sections.plist
@@ -33,6 +33,12 @@
<string>Carrier_Bundles</string>
</dict>
+ <key>Messageing</key>
+ <dict>
+ <key>Rename</key>
+ <string>Messaging</string>
+ </dict>
+
<key>Network</key>
<dict>
<key>Rename</key>
diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m
index 5cf07c8..1fd1422 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 35f6c57..36b9033 100644
--- a/control
+++ b/control
@@ -4,7 +4,7 @@ Priority: required
Section: Packaging
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
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