From cc71b5e9ffe9010a4cab0ad154438707ed6c2bf5 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 13 Feb 2011 12:50:33 -0800 Subject: [PATCH] Fix "(No Section)" section. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.45.2