From 1ee64f0d50f7c39519716aa763745c144327d5b2 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 14 Feb 2011 01:35:19 -0800 Subject: [PATCH] Use name_, not [package_ id], for -[CYPackageController navigationURL]. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ */ -- 2.50.0