[gaim-migrate @ 15500]

Mon, 06 Feb 2006 08:06:53 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Mon, 06 Feb 2006 08:06:53 +0000
changeset 13139
e4e19bdb8b6e
parent 13138
4d3bd039da3e
child 13140
df87348fbe8e

[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;
 

mercurial