[Adium-commits] adium 2052:ad43db24dd51: Update this comment.
adium-commits at adiumx.com
adium-commits at adiumx.com
Fri May 1 17:07:43 UTC 2009
details: http://hg.adiumx.com/adium/rev/ad43db24dd51
revision: 2052:ad43db24dd51
author: Zachary West <zacw at adiumx.com>
date: Fri May 01 13:07:38 2009 -0400
Update this comment.
diffstat:
Plugins/Twitter Plugin/AITwitterAccount.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 88c5321bb510 -r ad43db24dd51 Plugins/Twitter Plugin/AITwitterAccount.m
--- a/Plugins/Twitter Plugin/AITwitterAccount.m Fri May 01 13:07:22 2009 -0400
+++ b/Plugins/Twitter Plugin/AITwitterAccount.m Fri May 01 13:07:38 2009 -0400
@@ -1331,7 +1331,7 @@
[mutableMessage setAttributes:[NSDictionary dictionaryWithObjectsAndKeys:linkAddress, NSLinkAttributeName, nil]
range:NSMakeRange(0, replyUserID.length + 1)];
} else {
- // This probably shouldn't happen, but in case it does, we're set as in_reply_to_status_id a non-reply. link it at the ned.
+ // This happens for mentions which are in_reply_to_status_id but the @target isn't the first part of the message.
[mutableMessage appendAttributedString:[NSAttributedString attributedStringWithLinkLabel:AILocalizedString(@"IRT", "An abbreviation for 'in reply to' - placed at the beginning of the tweet tools for those which are directly in reply to another")
linkDestination:linkAddress]];
More information about the commits
mailing list