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-04 21:57:10 -0800
commit9c8730d27cb4ca97a5034de527be90c975144c5e (patch)
tree809ed67826e6c89c6676cf9e62a7394fd9ad9cf6
parentab3f6a01181006920109384f662d02979b5cfb81 (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 8b596a1..79b3495 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];