From: Grant Paul Date: Tue, 15 Feb 2011 02:55:51 +0000 (-0800) Subject: Start at the homepage if !recently. X-Git-Tag: v1.1.0%b1~339 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/727edc18bf86207225ab61c4e01df39819b05360 Start at the homepage if !recently. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index da4f6da2..421ca06a 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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"]];