comparison src/gtkconv.c @ 4812:3b0b7c8470ec

[gaim-migrate @ 5135] somehow I figured this out while brushing my teeth this morning. the typing icon shouldn't "stick" anymore. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 17 Mar 2003 14:37:29 +0000
parents 6f04901ef729
children 1c371e4244d6
comparison
equal deleted inserted replaced
4811:22a7602ebe25 4812:3b0b7c8470ec
4319 } 4319 }
4320 4320
4321 gtk_widget_set_style(gtkconv->tab_label, style); 4321 gtk_widget_set_style(gtkconv->tab_label, style);
4322 g_object_unref(G_OBJECT(style)); 4322 g_object_unref(G_OBJECT(style));
4323 4323
4324 if(type == GAIM_CONV_UPDATE_TYPING && 4324 if(conv == gaim_window_get_active_conversation(win)) {
4325 conv == gaim_window_get_active_conversation(win)) {
4326 update_typing_icon(conv); 4325 update_typing_icon(conv);
4327 } 4326 }
4328 4327
4329 } 4328 }
4330 else if (type == GAIM_CONV_UPDATE_TOPIC) { 4329 else if (type == GAIM_CONV_UPDATE_TOPIC) {