summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-19 05:20:43 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-19 05:20:43 -0800
commit516d1d40fc53f44909477149aa7d16ebbb24dc7e (patch)
tree9940ae9c4fd49638aa3569972aabed7071e7d92f
parent934605552e132832b8136b0af7c23a388f573cce (diff)
Finally FINALLY found and fixed the root cause of un-deletable sources.
-rw-r--r--MobileCydia.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index ddd82f5..6987230 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 {