blob: ec0a0605058c8ccdc0f3e8ed07a2f8cef89e4929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru cydia-1.0.3032/cydia/Cydia.mm cydia-1.0.3032+iPhone/cydia/Cydia.mm
--- cydia-1.0.3032/cydia/Cydia.mm 2009-09-09 22:03:03.000000000 +0000
+++ cydia-1.0.3032+iPhone/cydia/Cydia.mm 2009-09-10 03:46:28.000000000 +0000
@@ -8182,7 +8182,7 @@
[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_];
|