From 650e9e360c5c07185b3a10adf646669aadac7d24 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Mon, 3 Jan 2011 23:05:26 -0800 Subject: [PATCH] Until the ignored toggle saves state, disallow modifying the state. --- MobileCydia.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index ccb5f821..2b644405 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -7924,6 +7924,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]; -- 2.45.2