From: Grant Paul Date: Tue, 4 Jan 2011 07:05:26 +0000 (-0800) Subject: Until the ignored toggle saves state, disallow modifying the state. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/a7e41c1eb4cbaf8a9b321d4fc1c92e68f4b00b92?hp=9c34e139e88c442d14d80094ad63a0accff93222 Until the ignored toggle saves state, disallow modifying the state. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 8b596a15..79b34952 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];