From: Grant Paul <chpwn@chpwn.com>
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~367^2~26^2
X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/650e9e360c5c07185b3a10adf646669aadac7d24

Until the ignored toggle saves state, disallow modifying the state.
---

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];