From 39db75a2595aae5b4a73a636256539906c2b928b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 24 Feb 2011 06:30:34 -0800 Subject: [PATCH] Mild typo: UIColor instead of self for group color. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index f82d3938..2fbdaada 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4442,7 +4442,7 @@ static NSString *Warning_; - (void) loadView { [self setView:[[[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]] autorelease]]; - [[self view] setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; + [[self view] setBackgroundColor:[self groupTableViewBackgroundColor]]; indicator_ = [[[CYLoadingIndicator alloc] initWithFrame:[[self view] bounds]] autorelease]; [indicator_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth]; -- 2.50.0