# HG changeset patch # User Elliott Sales de Andrade # Date 1219105493 0 # Node ID 2f588ade5236916ad997e1f9bd3c00df2932c549 # Parent ca3dc911bf522eef996081590698743656f107c0 Oops, missed a bit of that patch there. References #3590. diff -r ca3dc911bf52 -r 2f588ade5236 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Mon Aug 18 05:55:27 2008 +0000 +++ b/pidgin/gtkconv.c Tue Aug 19 00:24:53 2008 +0000 @@ -6904,6 +6904,8 @@ if(pidgin_conv_window_is_active_conversation(conv)) { buf = gdk_pixbuf_animation_get_static_image(gtkconv->u.im->anim); + if (buddy && !PURPLE_BUDDY_IS_ONLINE(buddy)) + gdk_pixbuf_saturate_and_pixelate(buf, buf, 0.0, FALSE); gtk_window_set_icon(GTK_WINDOW(win->window), buf); } }