Merge bootstrap fix from Telesphoreo.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 16 Sep 2009 22:44:35 +0000 (22:44 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:13:59 +0000 (07:13 +0000)
Cydia.mm

index 857819a89b445048cc3ea7c17910e9e4e13a0420..17b7512994a1921e796c3a7d35aa5db0dbad6a92 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8143,7 +8143,7 @@ static _finline void _setHomePage(Cydia *self) {
         [hud_ setText:@"Reorganizing\n\nWill Automatically\nClose When Done"];
         [self setStatusBarShowsProgress:YES];
 
-        [self yieldToSelector:@selector(system:) withObject:@"/usr/libexec/cydia/space.sh"];
+        [self yieldToSelector:@selector(system:) withObject:@"/usr/libexec/cydia/free.sh"];
 
         [self setStatusBarShowsProgress:NO];
         [self removeProgressHUD:hud_];