From: Jay Freeman (saurik) Date: Fri, 25 Mar 2011 09:31:59 +0000 (-0700) Subject: Fix incompetent code ordering. X-Git-Tag: v1.1.0%rc1~3 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/cc3b7d31f2308a3aa5e93ab77fb5f842b0920860 Fix incompetent code ordering. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 6746085a..1d2c1d63 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8637,8 +8637,8 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi if (editingStyle == UITableViewCellEditingStyleDelete) { Source *source = [self sourceAtIndexPath:indexPath]; [Sources_ removeObjectForKey:[source key]]; - [delegate_ reloadDataWithInvocation:nil]; [delegate_ _saveConfig]; + [delegate_ reloadDataWithInvocation:nil]; } }