From: Grant Paul Date: Tue, 10 Aug 2010 17:36:57 +0000 (+0000) Subject: Commit (chpwn): fixed-about-alert.patch X-Git-Tag: v1.0.3366~188 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/0853e8ff72237a2f54ebec36156ddb4a028f19bd Commit (chpwn): fixed-about-alert.patch --- diff --git a/Cydia.mm b/Cydia.mm index 53ea2eac..ca7cd6bd 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)