From: Jay Freeman (saurik) Date: Tue, 8 Sep 2009 02:58:48 +0000 (+0000) Subject: Final fix to something stupid. X-Git-Tag: v1.0.3366~224 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/c48993762b994f1802c813df91c01cb250798630 Final fix to something stupid. --- diff --git a/Cydia.mm b/Cydia.mm index 76d8a0cc..c6d6b522 100644 --- 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 2406574d..3d372520 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) 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)