changeset 16091:50921bba8b3a

but only if it's in the buddy list\!
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Apr 2007 00:55:35 +0000
parents 31e6eb50b4fd
children 2d9045592ed3
files pidgin/gtkblist.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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));
 	}