Mercurial > pidgin.yaz
changeset 23007:3c78771b520a
Clarify a comment.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 19 May 2008 18:52:46 +0000 |
parents | a544f4ad00c5 |
children | d3aace801919 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Mon May 19 18:27:04 2008 +0000 +++ b/pidgin/gtkconv.c Mon May 19 18:52:46 2008 +0000 @@ -5724,7 +5724,7 @@ if (flags & PURPLE_MESSAGE_NICK) { tagname = "highlight-name"; } else if (flags & PURPLE_MESSAGE_RECV) { - /* The tagname and color is handled by get_buddy_tag */ + /* The tagname for chats is handled by get_buddy_tag */ if (type == PURPLE_CONV_TYPE_IM) { tagname = "receive-name"; }