From: Grant Paul Date: Tue, 4 Jan 2011 07:05:26 +0000 (-0800) Subject: Until the ignored toggle saves state, disallow modifying the state. X-Git-Tag: v1.1.0%b1~383 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/9c8730d27cb4ca97a5034de527be90c975144c5e Until the ignored toggle saves state, disallow modifying the state. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 8b596a15..79b34952 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -7855,6 +7855,8 @@ freeing the view controllers on tab change */ [ignoredCell_ setText:UCLocalize("IGNORE_UPGRADES")]; [ignoredCell_ setAccessoryView:ignoredSwitch_]; [ignoredCell_ setSelectionStyle:UITableViewCellSelectionStyleNone]; + // FIXME: Ignored state is not saved. + [ignoredCell_ setUserInteractionEnabled:NO]; [table_ setDataSource:self]; [table_ setDelegate:self];