--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m Tue Jul 20 03:14:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m Tue Jul 20 05:37:58 2010 +0200
@@ -132,7 +132,7 @@
NSString *selectedTeamFile = [listOfTeams objectAtIndex:row];
// this must be set so childController can load the correct plist
- childController.title = [selectedTeamFile stringByDeletingPathExtension];
+ childController.teamName = [selectedTeamFile stringByDeletingPathExtension];
[childController.tableView setContentOffset:CGPointMake(0,0) animated:NO];
[self.navigationController pushViewController:childController animated:YES];