--- 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); }