summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-10-03 01:46:36 -0700
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>2010-10-04 00:12:22 -0700
commit3bc2724a0d2ba19407513f44498a29bf64f1db69 (patch)
tree22fabd2accee000c7f65fd949860ba68c0f92a7c /Cydia.mm
parente248c37ed69833354a10947685443af4245574f7 (diff)
One last fix for the new Settings panel -- actually save the settings (um yeah).
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 042c501..a260c89 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 {