From 67d5cb35b505de08f8d38bb7d816cae1c0f013a3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 31 Aug 2010 02:01:09 +0000 Subject: [PATCH] chpwn forgot something important. --- Cydia.mm | 1 + 1 file changed, 1 insertion(+) 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]; } -- 2.50.0