summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-24 06:30:34 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:14 -0800
commit39db75a2595aae5b4a73a636256539906c2b928b (patch)
treea6bb0837576cd1a9747b4c804f385952de7ece87
parente665fe9856a201390b6da02c149678468a3c3c6a (diff)
Mild typo: UIColor instead of self for group color.
-rw-r--r--MobileCydia.mm2
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];