From: Grant Paul Date: Sun, 13 Feb 2011 20:50:33 +0000 (-0800) Subject: Fix "(No Section)" section. X-Git-Tag: v1.1.0%b1~351 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/729bc910d93b4b17b6578d97b3c28d3fcf2e6d72 Fix "(No Section)" section. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 569bab1e..9b0a3f6c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -6863,7 +6863,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { section = [sections objectForKey:key]; if (section == nil) { _profile(SectionsView$reloadData$Section$Allocate) - section = [[[Section alloc] initWithName:name localize:YES] autorelease]; + section = [[[Section alloc] initWithName:key localize:YES] autorelease]; [sections setObject:section forKey:key]; _end }