Skip to content

Commit

Permalink
Invalid key name.
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Jul 25, 2012
1 parent 4c2c37d commit ad883c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/Views/Channel View/LVCLogRenderer.m
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ + (NSString *)renderBody:(NSString *)body
NSMutableDictionary *resultInfo = [NSMutableDictionary dictionary];

BOOL renderLinks = [inputDictionary boolForKey:@"renderLinks"];
BOOL isNormalMsg = [inputDictionary boolForKey:@"normalMessage"];
BOOL isNormalMsg = [inputDictionary boolForKey:@"isNormalMessage"];

BOOL exactWordMatching = ([TPCPreferences keywordMatchingMethod] == TXNicknameHighlightExactMatchType);
BOOL regexWordMatching = ([TPCPreferences keywordMatchingMethod] == TXNicknameHighlightRegularExpressionMatchType);
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<key>TXBundleBuildCodeName</key>
<string>Turtle Soup</string>
<key>TXBundleBuildNumber</key>
<string>12080</string>
<string>12082</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-251-gd987731-appstore,llvm4.0</string>
<string>2.1.1-252-g4c2c37d-appstore,llvm4.0</string>
</dict>
</plist>

0 comments on commit ad883c3

Please sign in to comment.