From 56fd24ea5c228ef43959bdbe484774c702754e58 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 20 Jul 2008 14:11:55 +0000 Subject: [PATCH] Finished HUD interface. --- Cydia.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cydia.mm b/Cydia.mm index b100e59b..64ba78a1 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -5379,8 +5379,8 @@ Pcre conffile_r("^'(.*)' '(.*)' ([01]) ([01])$"); - (void) reorganize { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; - //system("/usr/libexec/cydia/free.sh"); - //[self performSelectorOnMainThread:@selector(finish) withObject:nil waitUntilDone:NO]; + system("/usr/libexec/cydia/free.sh"); + [self performSelectorOnMainThread:@selector(finish) withObject:nil waitUntilDone:NO]; [pool release]; } @@ -5424,7 +5424,7 @@ Pcre conffile_r("^'(.*)' '(.*)' ([01]) ([01])$"); readlink("/Library/Wallpapers", NULL, 0) == -1 && errno == EINVAL ) { hud_ = [[UIProgressHUD alloc] initWithWindow:window_]; - [hud_ setText:@"Reorganizing\nOne Minute!"]; + [hud_ setText:@"Reorganizing\nOne Minute!\nPlease Wait...\nDO NOT STOP"]; [hud_ show:YES]; [underlay_ addSubview:hud_]; -- 2.45.2