From d524c4d80fefa22e1403cb52212ead400e247424 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 20 Dec 2008 09:35:38 +0000 Subject: [PATCH] Fixed URL lockup on 2.2. --- MobileSafety.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileSafety.mm b/MobileSafety.mm index 83070a7..af17ccf 100644 --- a/MobileSafety.mm +++ b/MobileSafety.mm @@ -66,7 +66,7 @@ void SafeModeAlertItem$alertSheet$buttonClicked$(id self, SEL sel, id sheet, int break; case 3: - [UIApp openURL:[NSURL URLWithString:@"http://cydia.saurik.com/safemode/"]]; + [UIApp applicationOpenURL:[NSURL URLWithString:@"http://cydia.saurik.com/safemode/"] asPanel:NO]; break; } -- 2.45.2