From 05452929b3bc68847f782787eb10487db3b12a34 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 23 Mar 2011 04:13:47 -0700 Subject: [PATCH] Stupid code order issue in cancelButtonClicked. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 27131833..f9c7e386 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5014,8 +5014,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { #endif - (void) cancelButtonClicked { - [self dismissModalViewControllerAnimated:YES]; [delegate_ cancelAndClear:YES]; + [self dismissModalViewControllerAnimated:YES]; } #if !AlwaysReload -- 2.45.2