From 86c5b8f575002a705ae5bd5b6da469c84127f5d5 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 31 Aug 2010 02:01:09 +0000 Subject: chpwn forgot something important. --- Cydia.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/Cydia.mm b/Cydia.mm index 531bb1a..06c8218 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]; } -- cgit v1.2.3