[gaim-migrate @ 5135]

Mon, 17 Mar 2003 14:37:29 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Mon, 17 Mar 2003 14:37:29 +0000
changeset 4812
c8681510fec4
parent 4811
ce0da6668339
child 4813
9e9c9acc7f59

[gaim-migrate @ 5135]
somehow I figured this out while brushing my teeth this morning.

the typing icon shouldn't "stick" anymore.

src/gtkconv.c file | annotate | diff | comparison | revisions
--- a/src/gtkconv.c	Mon Mar 17 07:28:37 2003 +0000
+++ b/src/gtkconv.c	Mon Mar 17 14:37:29 2003 +0000
@@ -4321,8 +4321,7 @@
 		gtk_widget_set_style(gtkconv->tab_label, style);
 		g_object_unref(G_OBJECT(style));
 
-		if(type == GAIM_CONV_UPDATE_TYPING &&
-				conv == gaim_window_get_active_conversation(win)) {
+		if(conv == gaim_window_get_active_conversation(win)) {
 			update_typing_icon(conv);
 		}
 

mercurial