Skip to content

Commit

Permalink
Merged r826 to the 0.14 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
eofster committed Jul 28, 2009
1 parent 8d70248 commit c28cbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PreferenceController.m
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ - (void)populateFieldsForAccountAtIndex:(NSInteger)index {
}

// Substitute ... for "+".
if ([[accountDict objectForKey:kPlusCharacterSubstitutionString] length] > 0) {
if ([accountDict objectForKey:kPlusCharacterSubstitutionString] != nil) {
[[self plusCharacterSubstitutionField] setStringValue:
[accountDict objectForKey:kPlusCharacterSubstitutionString]];
} else {
Expand Down

0 comments on commit c28cbcb

Please sign in to comment.