]> git.saurik.com Git - cydia.git/commitdiff
One last fix for the new Settings panel -- actually save the settings (um yeah).
authorGrant Paul <chpwn@chpwn.com>
Sun, 3 Oct 2010 08:46:36 +0000 (01:46 -0700)
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>
Mon, 4 Oct 2010 07:12:22 +0000 (00:12 -0700)
Cydia.mm

index 042c501fa172b447612c9c76b3190f587a5b20e3..a260c891daac4f2e73e829b1cbd72407d56925ae 100644 (file)
--- 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 {