diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-09 14:37:45 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-09 14:37:45 -0800 |
commit | 64b12ab3d8fb81134b220932f828e15b95808be6 (patch) | |
tree | 84d30e27db639e7eae3167a1447e49fe19064d1b | |
parent | 1d678719bf238263796da048ff173824c5aa05fa (diff) |
Accidentally lost the index :(.
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 776c31c..885f36b 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_; |