project_files/HedgewarsMobile/Classes/TeamConfigViewController.m
changeset 4115 222b8016c773
parent 4082 bfe14b38dad1
child 4244 bf46b4bdf27d
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Thu Nov 04 18:19:28 2010 -0400
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Fri Nov 05 00:38:30 2010 +0100
@@ -39,7 +39,7 @@
     CGSize screenSize = [[UIScreen mainScreen] bounds].size;
     self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44);
 
-    if ([UITableView respondsToSelector:@selector(setBackgroundView:)])
+    if ([self.tableView respondsToSelector:@selector(setBackgroundView:)])
         [self.tableView setBackgroundView:nil];
     self.view.backgroundColor = [UIColor clearColor];
     self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;