diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-19 05:20:43 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-19 05:20:43 -0800 |
commit | 516d1d40fc53f44909477149aa7d16ebbb24dc7e (patch) | |
tree | 9940ae9c4fd49638aa3569972aabed7071e7d92f /MobileCydia.mm | |
parent | 934605552e132832b8136b0af7c23a388f573cce (diff) |
Finally FINALLY found and fixed the root cause of un-deletable sources.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
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 { |