From 516d1d40fc53f44909477149aa7d16ebbb24dc7e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 19 Feb 2011 05:20:43 -0800 Subject: [PATCH] Finally FINALLY found and fixed the root cause of un-deletable sources. --- MobileCydia.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index ddd82f54..69872303 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8935,6 +8935,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { href, @"URI", @"./", @"Distribution", nil] forKey:[NSString stringWithFormat:@"deb:%@:./", href]]; + + Changed_ = true; } - (void) reloadDataWithInvocation:(NSInvocation *)invocation { -- 2.47.2