]> 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>
Wed, 5 Jan 2011 05:57:10 +0000 (21:57 -0800)
MobileCydia.mm

index 8b596a15852c40e1168d0e15c2b20de30b8cfc51..79b34952eb62af12b217a9af715cd42140df5336 100644 (file)
@@ -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];