From 64b12ab3d8fb81134b220932f828e15b95808be6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 9 Mar 2011 14:37:45 -0800 Subject: [PATCH] Accidentally lost the index :(. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 776c31ce..885f36b8 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5892,7 +5892,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (NSArray *) sectionIndexTitlesForTableView:(UITableView *)tableView { - if ([self showsSections]) + if (![self showsSections]) return nil; return index_; -- 2.45.2