diff -r 275af46392bd -r b6dcae4b6d2c cocoaTouch/DetailViewController.m --- 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];