src/gtkconv.c

changeset 4812
c8681510fec4
parent 4803
58f51119f6b5
child 4818
274c8ab2c949
--- 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