comparison pidgin/gtkconv.c @ 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 a0381a68ceef f89bdd34c9f1 e187fdccd743
comparison
equal deleted inserted replaced
23848:ca3dc911bf52 23849:2f588ade5236
6902 6902
6903 /* The buddy icon code needs badly to be fixed. */ 6903 /* The buddy icon code needs badly to be fixed. */
6904 if(pidgin_conv_window_is_active_conversation(conv)) 6904 if(pidgin_conv_window_is_active_conversation(conv))
6905 { 6905 {
6906 buf = gdk_pixbuf_animation_get_static_image(gtkconv->u.im->anim); 6906 buf = gdk_pixbuf_animation_get_static_image(gtkconv->u.im->anim);
6907 if (buddy && !PURPLE_BUDDY_IS_ONLINE(buddy))
6908 gdk_pixbuf_saturate_and_pixelate(buf, buf, 0.0, FALSE);
6907 gtk_window_set_icon(GTK_WINDOW(win->window), buf); 6909 gtk_window_set_icon(GTK_WINDOW(win->window), buf);
6908 } 6910 }
6909 } 6911 }
6910 6912
6911 void 6913 void