diff src/gtkconv.c @ 8202:f9a086012545

[gaim-migrate @ 8925] Another patch from MBG - chromakode to make sure buddy icons don't animate themselves twice. You've got two empty 'alves of a coconut and your banging 'em together! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 03 Feb 2004 06:46:04 +0000
parents 36f8dcea9648
children ad524b8c9c71
line wrap: on
line diff
--- 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;