Mercurial > pidgin.yaz
changeset 23849:2f588ade5236
Oops, missed a bit of that patch there.
References #3590.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 19 Aug 2008 00:24:53 +0000 |
parents | ca3dc911bf52 |
children | 66f47fc2d2e9 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); } }