summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-10-03 01:54:18 -0700
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>2010-10-04 00:12:22 -0700
commit43e1f0b9601792175e2dbad92906a3f0fddec55f (patch)
treef8e5e6e2f0ce881b845fd13a7355337f8dda4410 /Cydia.mm
parent124c62018639ce0466b2676e9b2475a0086a97e8 (diff)
Support landscape in the new Settings view.
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 af9b8da..f8668cb 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -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];
}