diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-03 23:05:26 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-03 23:05:26 -0800 |
commit | 650e9e360c5c07185b3a10adf646669aadac7d24 (patch) | |
tree | ff81e197670663b4ee4ae8295d9f3962abd2e140 /MobileCydia.mm | |
parent | 89571a5b947a38866a7834e3071e51eb4fa4f1d2 (diff) |
Until the ignored toggle saves state, disallow modifying the state.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
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]; |