Mon, 06 Feb 2006 08:06:53 +0000
[gaim-migrate @ 15500]
SF Patch #1417424 from Sadrul
Fixes SF Bug #1417406
"Do not update the tabs when sending a message." -- Sadrul
committer: Richard Laager <rlaager@pidgin.im>
| src/gtkconv.c | file | annotate | diff | comparison | revisions |
--- 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;