Skip to content

Commit

Permalink
fixed a shadowed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kgn committed Dec 14, 2012
1 parent 6ca717e commit 3f6b703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion InAppSettings/InAppSettingsPSMultiValueSpecifierTable.m
Expand Up @@ -71,7 +71,6 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
#if InAppSettingsUseNewCells
cell.textLabel.text = cellTitle;
if([[self.setting valueForKey:InAppSettingsSpecifierInAppMultiType] isEqualToString:@"fonts"]){
NSString *cellValue = [[self.setting valueForKey:InAppSettingsSpecifierValues] objectAtIndex:indexPath.row];
if([cellValue isEqualToString:@"system"]){
cell.textLabel.font = [UIFont systemFontOfSize:InAppSettingsFontSize];
}else{
Expand Down

0 comments on commit 3f6b703

Please sign in to comment.