diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-22 21:43:06 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 10:42:38 +0000 |
commit | cfa9a37598aabbb4788d48ed8f4428e5c8977076 (patch) | |
tree | cc7fb7ee37d9cebe2e3b317f67c1174b7f26ad73 /Cydia.mm | |
parent | 39cda3a87a47c9cf56ae9555fa23d90c33f550e0 (diff) |
more rotation fixes: remove rotation info from UCViewController, and let the HUDs rotate (Reloading Data: now with added landscape!)
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8270,7 +8270,7 @@ static _finline void _setHomePage(Cydia *self) { [window_ setUserInteractionEnabled:NO]; [hud show:YES]; - [window_ addSubview:hud]; + [[container_ view] addSubview:hud]; return hud; } |