]> git.saurik.com Git - cydia.git/commitdiff
Mild typo: UIColor instead of self for group color.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 24 Feb 2011 14:30:34 +0000 (06:30 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:14 +0000 (02:41 -0800)
MobileCydia.mm

index f82d393873020c4aa2ac6d788036fda9dd1b195a..2fbdaada8e3a5f10a0fbe27fe2908d0a63ada19a 100644 (file)
@@ -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];