Changeset 660
- Timestamp:
- 01/17/10 14:42:00 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/ProfileRecordsViewController.m
r651 r660 259 259 } else if (indexPath.section == kKProfileTableViewSectionActivate) { 260 260 [self didClickActivate:nil]; 261 [self. tableView reloadRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationNone];261 [self.navigationController popViewControllerAnimated:YES]; 262 262 } else if (indexPath.section == kKProfileTableViewSectionRename) { 263 263 [self didClickRename:nil];








