diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-08-31 02:01:09 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 08:21:41 +0000 |
commit | 86c5b8f575002a705ae5bd5b6da469c84127f5d5 (patch) | |
tree | 2a7b683c3f8145f298be6c928767cead840cb865 | |
parent | 46aa97758ac4055d11f2233048570db7884228cb (diff) |
chpwn forgot something important.
-rw-r--r-- | Cydia.mm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5017,6 +5017,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [switch_ setOn:(isSectionVisible(basic_) ? 1 : 0) animated:NO]; } + [self setAccessoryType:editing ? 0 : 1 /*UITableViewCellAccessoryDisclosureIndicator*/]; [content_ setNeedsDisplay]; } |