]> git.saurik.com Git - cydia.git/commitdiff
Finally FINALLY found and fixed the root cause of un-deletable sources.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 19 Feb 2011 13:20:43 +0000 (05:20 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 19 Feb 2011 13:20:43 +0000 (05:20 -0800)
MobileCydia.mm

index ddd82f548973c113fea53f7f9e074cf8dda28779..69872303017f5314e410b231a76f410e7d9dd392 100644 (file)
@@ -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 {