]> git.saurik.com Git - cydia.git/commitdiff
Start at the homepage if !recently.
authorGrant Paul <chpwn@chpwn.com>
Tue, 15 Feb 2011 02:55:51 +0000 (18:55 -0800)
committerGrant Paul <chpwn@chpwn.com>
Tue, 15 Feb 2011 02:55:51 +0000 (18:55 -0800)
MobileCydia.mm

index da4f6da2ebf0e25808e88e816c7f12a940a5b03a..421ca06a466f56057f37cd711e52f9088f25e0d9 100644 (file)
@@ -9200,6 +9200,7 @@ _trace();
             enough = NO;
 
     if (!recently || !items || !enough) {
+        selectedIndex = 0;
         items = [NSMutableArray array];
         [items addObject:[NSArray arrayWithObject:@"cydia://home"]];
         [items addObject:[NSArray arrayWithObject:@"cydia://sections"]];