]> git.saurik.com Git - cydia.git/commitdiff
I hate SpringBoard ;P.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 20 Jul 2008 14:19:32 +0000 (14:19 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:08:11 +0000 (07:08 +0000)
Cydia.mm

index 64ba78a1dd9f8fcbc8f4192944d4458e57dd65a1..a9ad0dcba1a2442b3e5978e853e9467474affb8c 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -5264,6 +5264,10 @@ Pcre conffile_r("^'(.*)' '(.*)' ([01]) ([01])$");
         [hud_ removeFromSuperview];
         [hud_ autorelease];
         hud_ = nil;
+
+        reload_ = true;
+        [self suspendWithAnimation:YES];
+        return;
     }
 
     overlay_ = [[UIView alloc] initWithFrame:[underlay_ bounds]];