From: Jay Freeman (saurik) Date: Mon, 14 Feb 2011 09:35:19 +0000 (-0800) Subject: Use name_, not [package_ id], for -[CYPackageController navigationURL]. X-Git-Tag: v1.1.0%b1~340 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/1ee64f0d50f7c39519716aa763745c144327d5b2 Use name_, not [package_ id], for -[CYPackageController navigationURL]. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 5f6fb36f..da4f6da2 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5471,7 +5471,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (NSURL *) navigationURL { - return [NSURL URLWithString:[NSString stringWithFormat:@"cydia://package/%@", [package_ id]]]; + return [NSURL URLWithString:[NSString stringWithFormat:@"cydia://package/%@", name_]]; } /* XXX: this is not safe at all... localization of /fail/ */