summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-09-08 02:58:48 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:13:59 +0000
commitc48993762b994f1802c813df91c01cb250798630 (patch)
tree1aa95b682a16d037e142d61ee65618f62647c2fd /Cydia.mm
parent53213993ca0f3125a5e7df656cf14055da754986 (diff)
Final fix to something stupid.
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 76d8a0c..c6d6b52 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: