From: Grant Paul Date: Sun, 23 Jan 2011 00:17:49 +0000 (-0800) Subject: Merge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26' into tab-backup X-Git-Tag: v1.1.0%b1~367^2~25 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/b8b6c2b8747231c760ca05d34f4727e75db1dccc Merge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26' into tab-backup --- b8b6c2b8747231c760ca05d34f4727e75db1dccc diff --cc MobileCydia.mm index 1b0e37d8,8842b13c..5a43c47a --- a/MobileCydia.mm +++ b/MobileCydia.mm @@@ -7608,13 -7502,9 +7599,9 @@@ bool DepSubstrate(const pkgCache::VerIt return cell; } - /*- (CGFloat) tableView:(UITableView *)table heightForRowAtIndexPath:(NSIndexPath *)path { - return [PackageCell heightForPackage:[self packageAtIndexPath:path]]; - }*/ - - (NSIndexPath *) tableView:(UITableView *)table willSelectRowAtIndexPath:(NSIndexPath *)path { Package *package([self packageAtIndexPath:path]); - PackageController *view([delegate_ packageController]); + CYPackageController *view([[[CYPackageController alloc] initWithDatabase:database_] autorelease]); [view setDelegate:delegate_]; [view setPackage:package]; [[self navigationController] pushViewController:view animated:YES];