From: Jay Freeman (saurik) Date: Wed, 9 Mar 2011 22:37:45 +0000 (-0800) Subject: Accidentally lost the index :(. X-Git-Tag: v1.1.0%b4~21 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/64b12ab3d8fb81134b220932f828e15b95808be6 Accidentally lost the index :(. --- 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_;