]> git.saurik.com Git - cydia.git/commitdiff
Old fix for Cydia failing to save Source changes.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 23 Sep 2013 02:51:13 +0000 (19:51 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 23 Sep 2013 02:51:13 +0000 (19:51 -0700)
MobileCydia.mm

index 8541b057a46d2297ab0afef7488e745236c5f2fa..c1fbddc973400e8a2acd6fa660e75b5130324d0f 100644 (file)
@@ -8667,6 +8667,8 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
         if (source == nil) return;
 
         [Sources_ removeObjectForKey:[source key]];
+        Changed_ = true;
+
         [delegate_ _saveConfig];
         [delegate_ reloadDataWithInvocation:nil];
     }