# HG changeset patch # User Sean Egan # Date 1065309345 0 # Node ID 3aa374a7bc2e56d8c0f6217645f2842700c2fa97 # Parent 5c03e3e0d4514c687d517b2869588e57d791cc3f [gaim-migrate @ 7716] I didn't anticipate that. committer: Tailor Script diff -r 5c03e3e0d451 -r 3aa374a7bc2e src/gtkconv.c --- a/src/gtkconv.c Sat Oct 04 22:59:43 2003 +0000 +++ b/src/gtkconv.c Sat Oct 04 23:15:45 2003 +0000 @@ -4941,7 +4941,7 @@ gtk_image_set_from_pixbuf(GTK_IMAGE(gtkconv->icon), status); gtk_image_set_from_pixbuf(GTK_IMAGE(gtkconv->menu_icon), status); - if (gaim_conv_window_get_active_conversation(win) == conv) + if (gaim_conv_window_get_active_conversation(win) == conv && gtkconv->u.im->anim == NULL) gtk_window_set_icon(GTK_WINDOW(GAIM_GTK_WINDOW(win)->window), status); if(status)