Mercurial > pidgin.yaz
changeset 13138:277c7a62650b
[gaim-migrate @ 15500]
SF Patch #1417424 from Sadrul
Fixes SF Bug #1417406
"Do not update the tabs when sending a message." -- Sadrul
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 06 Feb 2006 08:06:53 +0000 |
parents | 1ed228c65e89 |
children | 05ef36447131 |
files | src/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Mon Feb 06 08:02:03 2006 +0000 +++ b/src/gtkconv.c Mon Feb 06 08:06:53 2006 +0000 @@ -4895,7 +4895,7 @@ g_free(sml_attrib); /* Tab highlighting stuff */ - if (!gaim_gtkconv_has_focus(conv)) + if (!(flags & GAIM_MESSAGE_SEND) && !gaim_gtkconv_has_focus(conv)) { GaimUnseenState unseen = GAIM_UNSEEN_NONE;