Mercurial > pidgin
changeset 4616:767093a2ddaf
[gaim-migrate @ 4907]
don't turn blue tabs back to red
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Wed, 26 Feb 2003 03:39:07 +0000 |
parents | 34878f660804 |
children | 858979ab3867 |
files | src/conversation.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Tue Feb 25 18:17:33 2003 +0000 +++ b/src/conversation.c Wed Feb 26 03:39:07 2003 +0000 @@ -1454,7 +1454,8 @@ } if (gaim_window_get_active_conversation(win) != conv) { - if ((flags & WFLAG_NICK) == WFLAG_NICK) + if ((flags & WFLAG_NICK) == WFLAG_NICK || + gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_NICK) unseen = GAIM_UNSEEN_NICK; else unseen = GAIM_UNSEEN_TEXT;