]> git.saurik.com Git - cydia.git/commitdiff
set first tab in a better place (later on)
authorGrant Paul <chpwn@chpwn.com>
Mon, 15 Nov 2010 23:44:30 +0000 (15:44 -0800)
committerGrant Paul <chpwn@chpwn.com>
Mon, 15 Nov 2010 23:44:35 +0000 (15:44 -0800)
MobileCydia.mm

index 5517141b5aa4e1d5742945510d72bec734b9cd51..b7d64e334da98729a92454acc7bdd987df2d088f 100644 (file)
@@ -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];