[gaim-migrate @ 8925]

Tue, 03 Feb 2004 06:46:04 +0000

author
MBG <chromakode@gmail.com>
date
Tue, 03 Feb 2004 06:46:04 +0000
changeset 8202
cae9a21f3f70
parent 8201
b75b023fad0d
child 8203
23f66d41ff8c

[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: Mark Doliner <markdoliner@pidgin.im>

src/gtkconv.c file | annotate | diff | comparison | revisions
--- 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