changeset 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 22a7602ebe25
children f9cc606607dc
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 		}