]> git.saurik.com Git - safemode-ios.git/commitdiff
Fixed URL lockup on 2.2.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 20 Dec 2008 09:35:38 +0000 (09:35 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 20 Dec 2008 09:35:38 +0000 (09:35 +0000)
MobileSafety.mm

index 83070a70ed57eac0b59715cd962d4e4b0ca2ace0..af17ccfd0951476310b6cdc51e12f48a0820a5a5 100644 (file)
@@ -66,7 +66,7 @@ void SafeModeAlertItem$alertSheet$buttonClicked$(id self, SEL sel, id sheet, int
         break;
 
         case 3:
         break;
 
         case 3:
-            [UIApp openURL:[NSURL URLWithString:@"http://cydia.saurik.com/safemode/"]];
+            [UIApp applicationOpenURL:[NSURL URLWithString:@"http://cydia.saurik.com/safemode/"] asPanel:NO];
         break;
     }
 
         break;
     }