diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-24 06:30:34 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:14 -0800 |
commit | 39db75a2595aae5b4a73a636256539906c2b928b (patch) | |
tree | a6bb0837576cd1a9747b4c804f385952de7ece87 /MobileCydia.mm | |
parent | e665fe9856a201390b6da02c149678468a3c3c6a (diff) |
Mild typo: UIColor instead of self for group color.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index f82d393..2fbdaad 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]; |