From 0853e8ff72237a2f54ebec36156ddb4a028f19bd Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Tue, 10 Aug 2010 17:36:57 +0000 Subject: Commit (chpwn): fixed-about-alert.patch --- Cydia.mm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Cydia.mm') diff --git a/Cydia.mm b/Cydia.mm index 53ea2ea..ca7cd6b 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -6247,15 +6247,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { @implementation HomeView -- (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button { - NSString *context([sheet context]); - - if ([context isEqualToString:@"about"]) - [sheet dismiss]; - else - [super alertSheet:sheet buttonClicked:button]; -} - - (void) _setMoreHeaders:(NSMutableURLRequest *)request { [super _setMoreHeaders:request]; if (ChipID_ != nil) -- cgit v1.2.3