summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-02-13 12:50:33 -0800
committerGrant Paul <chpwn@chpwn.com>2011-02-13 12:50:33 -0800
commit729bc910d93b4b17b6578d97b3c28d3fcf2e6d72 (patch)
tree7e9b056641b7098a334be5517417a30313d756b4
parentd0cee7a2f9232e064138eeb1e2d1613a19bd47d7 (diff)
Fix "(No Section)" section.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 569bab1..9b0a3f6 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
}