]> git.saurik.com Git - cydia.git/commitdiff
Final fix to something stupid.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 8 Sep 2009 02:58:48 +0000 (02:58 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:13:59 +0000 (07:13 +0000)
Cydia.mm
control

index 76d8a0ccf54315cfe05f5cade23c0db50d74e709..c6d6b5229ea431e74526012cc97aca4ab5224423 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -4320,7 +4320,11 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
         break;
 
         case 1:
-            [delegate_ suspendWithAnimation:YES];
+            [delegate_ terminateWithSuccess];
+            /*if ([delegate_ respondsToSelector:@selector(suspendWithAnimation:)])
+                [delegate_ suspendWithAnimation:YES];
+            else
+                [delegate_ suspend];*/
         break;
 
         case 2:
diff --git a/control b/control
index 2406574ddf3b59d39ab33203c99dfeea0fe5cc51..3d372520f4a1950bbf61e88efd51dfad9569c974 100644 (file)
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: required
 Section: Packaging
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 Architecture: iphoneos-arm
-Version: 1.0.3026-1
+Version: 1.0.3027-1
 Replaces: com.sosiphone.addcydia
 Depends: apr-lib, apt7-lib, apt7-key, darwintools, pcre, shell-cmds, system-cmds, essential
 Pre-Depends: dpkg (>= 1.14.25-8)