summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-09-22 21:43:06 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 10:42:38 +0000
commitcfa9a37598aabbb4788d48ed8f4428e5c8977076 (patch)
treecc7fb7ee37d9cebe2e3b317f67c1174b7f26ad73 /Cydia.mm
parent39cda3a87a47c9cf56ae9555fa23d90c33f550e0 (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.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 2694465..7bbc68f 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -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;
}