# HG changeset patch # User Nathan Walp # Date 1047911849 0 # Node ID 3b0b7c8470ec0dbb385f4ccbf04241c5d7f97d38 # Parent 22a7602ebe25371c727486a2044008032cc7d488 [gaim-migrate @ 5135] somehow I figured this out while brushing my teeth this morning. the typing icon shouldn't "stick" anymore. committer: Tailor Script diff -r 22a7602ebe25 -r 3b0b7c8470ec src/gtkconv.c --- 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); }