diff src/conversation.c @ 3012:08327a2f25aa

[gaim-migrate @ 3025] Lots of people have a problem with people who were added to their MSN reverse list while they were offline, not being prompted to add them to their allow list. Jason Willis fixed that. Also added a global buddy icon animation preference by Luke Schierer. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 06 Mar 2002 00:18:02 +0000
parents 2a1bae4efb92
children 47d0f8979fb1
line wrap: on
line diff
--- a/src/conversation.c	Tue Mar 05 23:20:51 2002 +0000
+++ b/src/conversation.c	Wed Mar 06 00:18:02 2002 +0000
@@ -3287,6 +3287,8 @@
 	gtk_widget_set_usize(c->icon, sf, sf);
 	gtk_container_add(GTK_CONTAINER(event), c->icon);
 	gtk_widget_show(c->icon);
+	if(im_options & OPT_IM_NO_ANIMATION)
+		stop_anim(c->icon, c);		
 	gdk_pixmap_unref(pm);
 	if (bm)
 		gdk_bitmap_unref(bm);