From: Jay Freeman (saurik) Date: Mon, 23 Sep 2013 02:51:13 +0000 (-0700) Subject: Old fix for Cydia failing to save Source changes. X-Git-Tag: v1.1.9~34 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/c38cbbec7f729cc3e260f48b55fb65d93c163069 Old fix for Cydia failing to save Source changes. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 8541b057..c1fbddc9 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8667,6 +8667,8 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi if (source == nil) return; [Sources_ removeObjectForKey:[source key]]; + Changed_ = true; + [delegate_ _saveConfig]; [delegate_ reloadDataWithInvocation:nil]; }