summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-11-15 15:44:30 -0800
committerGrant Paul <chpwn@chpwn.com>2010-11-15 15:44:35 -0800
commit176c4a5f0170843534ae3b7bd7da481cdb0929d0 (patch)
treee26ae643cd519bedcbd77a65e59f40b6f8e2e20c
parente9dc2081a96011aaeb8a88cfddeb7e8c161aa73a (diff)
set first tab in a better place (later on)
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 5517141..b7d64e3 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -8675,7 +8675,6 @@ static _finline void _setHomePage(Cydia *self) {
}
[tabbar_ setViewControllers:controllers];
- [tabbar_ setSelectedIndex:0];
}
- (void) applicationDidFinishLaunching:(id)unused {
@@ -8787,6 +8786,7 @@ static _finline void _setHomePage(Cydia *self) {
PrintTimes();
// Show the home page
+ [tabbar_ setSelectedIndex:0];
_setHomePage(self);
[window_ setUserInteractionEnabled:YES];