src/gtkconv.c

changeset 8202
cae9a21f3f70
parent 8192
d029f4ab0531
child 8224
3846a02b8d66
--- a/src/gtkconv.c	Tue Feb 03 05:20:52 2004 +0000
+++ b/src/gtkconv.c	Tue Feb 03 06:46:04 2004 +0000
@@ -2229,6 +2229,9 @@
 
 	gtkconv = GAIM_GTK_CONVERSATION(conv);
 
+	if (gtkconv->u.im->icon_timer != 0)
+		return;
+
 	if (gdk_pixbuf_animation_is_static_image(gtkconv->u.im->anim))
 		return;
 

mercurial