]> git.saurik.com Git - cydia.git/commitdiff
Until the ignored toggle saves state, disallow modifying the state.
authorGrant Paul <chpwn@chpwn.com>
Tue, 4 Jan 2011 07:05:26 +0000 (23:05 -0800)
committerGrant Paul <chpwn@chpwn.com>
Tue, 4 Jan 2011 07:05:26 +0000 (23:05 -0800)
MobileCydia.mm

index ccb5f821e35a5f801b698a9f9972d4d391a30af2..2b644405b9e43b1fa576489c67d9b9c05ad46b2c 100644 (file)
@@ -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];