diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-10-03 01:46:36 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:22 -0700 |
commit | 3bc2724a0d2ba19407513f44498a29bf64f1db69 (patch) | |
tree | 22fabd2accee000c7f65fd949860ba68c0f92a7c /Cydia.mm | |
parent | e248c37ed69833354a10947685443af4245574f7 (diff) |
One last fix for the new Settings panel -- actually save the settings (um yeah).
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7563,7 +7563,7 @@ freeing the view controllers on tab change */ Changed_ = true; - [delegate_ updateData]; + [roledelegate_ updateData]; } - (void) segmentChanged:(UISegmentedControl *)control { |