From 176c4a5f0170843534ae3b7bd7da481cdb0929d0 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Mon, 15 Nov 2010 15:44:30 -0800 Subject: set first tab in a better place (later on) --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MobileCydia.mm') 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]; -- cgit v1.2.3