diff -r 52f0482b043f -r 198ec44b6d92 cocoaTouch/HogHatViewController.m --- a/cocoaTouch/HogHatViewController.m Wed Apr 07 01:22:05 2010 +0000 +++ b/cocoaTouch/HogHatViewController.m Wed Apr 07 02:58:12 2010 +0000 @@ -184,6 +184,7 @@ [self.tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone]; } [self.tableView deselectRowAtIndexPath:indexPath animated:YES]; + [self.navigationController popViewControllerAnimated:YES]; } }