summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];