From: Jay Freeman (saurik) Date: Tue, 31 Aug 2010 02:01:09 +0000 (+0000) Subject: chpwn forgot something important. X-Git-Tag: v1.0.3366~180 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/86c5b8f575002a705ae5bd5b6da469c84127f5d5?hp=46aa97758ac4055d11f2233048570db7884228cb chpwn forgot something important. --- diff --git a/Cydia.mm b/Cydia.mm index 531bb1aa..06c82184 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -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]; }