changeset 3308 | b6dcae4b6d2c |
parent 3305 | 91074496d5c9 |
child 3312 | 6d8f1c76756d |
--- a/cocoaTouch/DetailViewController.m Mon Apr 05 17:22:54 2010 +0000 +++ b/cocoaTouch/DetailViewController.m Tue Apr 06 02:39:06 2010 +0000 @@ -25,6 +25,7 @@ TeamSettingsViewController *teamSettingsViewController = [[TeamSettingsViewController alloc] initWithStyle:UITableViewStyleGrouped]; teamSettingsViewController.title = NSLocalizedString(@"Teams",@""); + [array addObject:teamSettingsViewController]; [teamSettingsViewController release];