# HG changeset patch # User Mark Doliner # Date 1075790764 0 # Node ID f9a0860125456ec0787cdf7cc069b18157392bcc # Parent 065a7fe05abc78be2cbf39dfcf1f040e3a29d630 [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 diff -r 065a7fe05abc -r f9a086012545 src/gtkconv.c --- 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;