From 4985045e01d36a914c6b91f91dccef456df653ea Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 13 Nov 2010 12:50:47 -0800 Subject: If you are going to use a private API (pinStripeColor), it has to be in iPhonePrivate.h. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index c4099da..98a99da 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8735,7 +8735,7 @@ static _finline void _setHomePage(Cydia *self) { [window_ addSubview:[container_ view]]; // Show pinstripes while loading data. - [[container_ view] setBackgroundColor:[UIColor performSelector:@selector(pinStripeColor)]]; + [[container_ view] setBackgroundColor:[UIColor pinStripeColor]]; [self performSelector:@selector(loadData) withObject:nil afterDelay:0]; } -- cgit v1.2.3