diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-18 02:58:50 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-18 02:58:50 -0800 |
commit | 20e997d4240522edc2245364dba5e99c69407551 (patch) | |
tree | 28d8c6daa4fc4389e0a52be9d2b8a99b59ed3156 | |
parent | 83682c75c396c79b21db66ab32bb2891810acc59 (diff) |
Make ConfirmationController's changes_ match package.relations.
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 0a47412..d2afee7 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4480,7 +4480,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { nil]); [reasons addObject:[NSDictionary dictionaryWithObjectsAndKeys: - [NSString stringWithUTF8String:start.DepType()], @"relation", + [NSString stringWithUTF8String:start.DepType()], @"relationship", [NSString stringWithUTF8String:start.TargetPkg().Name()], @"package", version, @"version", reason, @"reason", |