From 727edc18bf86207225ab61c4e01df39819b05360 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Mon, 14 Feb 2011 18:55:51 -0800 Subject: [PATCH] Start at the homepage if !recently. --- MobileCydia.mm | 1 + 1 file changed, 1 insertion(+) 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"]]; -- 2.50.0