cocoaTouch/HogHatViewController.m
changeset 3317 198ec44b6d92
parent 3316 52f0482b043f
child 3325 652a8ebdf667
--- 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];
     }
 }