summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-09-22 19:51:13 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2013-09-22 19:51:13 -0700
commitc38cbbec7f729cc3e260f48b55fb65d93c163069 (patch)
treebaf73ac8c32abd0cd00133714715dd7befa0433a /MobileCydia.mm
parent2f705cd48b2730b194002736ebb49840604d97df (diff)
Old fix for Cydia failing to save Source changes.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 8541b05..c1fbddc 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];
}