Changeset 643
- Timestamp:
- 01/13/10 09:48:49 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/AccountViewController.m
r641 r643 188 188 189 189 UITableViewCell *cell = nil; 190 NSDictionary *theDomain = nil; 190 191 191 192 switch (indexPath.section) { … … 196 197 cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; 197 198 } 198 199 NSDictionary *theDomain = [self.domainsArray objectAtIndex:indexPath.row]; 199 theDomain = [self.domainsArray objectAtIndex:indexPath.row]; 200 200 cell.textLabel.text = [theDomain objectForKey:@"name"]; 201 201 cell.detailTextLabel.text = [theDomain objectForKey:@"displayString"];








