From cebb8a43aa0351439a89adfc5621f6de74a9d3f8 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 3 Oct 2010 01:46:36 -0700 Subject: [PATCH] One last fix for the new Settings panel -- actually save the settings (um yeah). --- Cydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cydia.mm b/Cydia.mm index 042c501f..a260c891 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -7563,7 +7563,7 @@ freeing the view controllers on tab change */ Changed_ = true; - [delegate_ updateData]; + [roledelegate_ updateData]; } - (void) segmentChanged:(UISegmentedControl *)control { -- 2.45.2