# HG changeset patch # User Sean Egan # Date 1176512135 0 # Node ID 50921bba8b3a30b9f203eb484edb3ed9902578e3 # Parent 31e6eb50b4fdfbe12e4ae2cdebb266fabb29cbf3 but only if it's in the buddy list\! diff -r 31e6eb50b4fd -r 50921bba8b3a pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sat Apr 14 00:44:18 2007 +0000 +++ b/pidgin/gtkblist.c Sat Apr 14 00:55:35 2007 +0000 @@ -2245,8 +2245,6 @@ roundify(ret); } else { ret = gdk_pixbuf_scale_simple(buf,scale_width,scale_height, GDK_INTERP_BILINEAR); - if (pidgin_gdk_pixbuf_is_opaque(ret)) - roundify(ret); } g_object_unref(G_OBJECT(buf)); }