summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-01-03 23:05:26 -0800
committerGrant Paul <chpwn@chpwn.com>2011-01-03 23:05:26 -0800
commit650e9e360c5c07185b3a10adf646669aadac7d24 (patch)
treeff81e197670663b4ee4ae8295d9f3962abd2e140
parent89571a5b947a38866a7834e3071e51eb4fa4f1d2 (diff)
Until the ignored toggle saves state, disallow modifying the state.
-rw-r--r--MobileCydia.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index ccb5f82..2b64440 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];