diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-10-03 01:54:18 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:22 -0700 |
commit | 43e1f0b9601792175e2dbad92906a3f0fddec55f (patch) | |
tree | f8e5e6e2f0ce881b845fd13a7355337f8dda4410 | |
parent | 124c62018639ce0466b2676e9b2475a0086a97e8 (diff) |
Support landscape in the new Settings view.
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8307,7 +8307,7 @@ static _finline void _setHomePage(Cydia *self) { - (void) showSettings { RoleController *role = [[RoleController alloc] initWithDatabase:database_ delegate:self]; - UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:role]; + CYNavigationController *nav = [[CYNavigationController alloc] initWithRootViewController:role]; if (IsWildcat_) [nav setModalPresentationStyle:UIModalPresentationFormSheet]; [container_ presentModalViewController:nav animated:YES]; } |