# HG changeset patch # User Sean Egan # Date 1087661150 0 # Node ID 8e1ddf5d81d0d38e02530d0ad8bb9dbba467beb7 # Parent d9d4b987e194eb5d33c8bf463f2e43ebfcb834be [gaim-migrate @ 10125] I went and made real-big buddy icons (most likely MSN or Yahoo) scale up to 96x96 in the convo window. It's actually not as bad as I thought it would be, but I'll let you guys decide what to do with it before Sunday as I'm going to Long Island now.1 committer: Tailor Script diff -r d9d4b987e194 -r 8e1ddf5d81d0 src/gtkconv.c --- a/src/gtkconv.c Sat Jun 19 15:52:17 2004 +0000 +++ b/src/gtkconv.c Sat Jun 19 16:05:50 2004 +0000 @@ -110,8 +110,8 @@ #define NUM_NICK_COLORS (sizeof(nick_colors) / sizeof(*nick_colors)) #define SCALE(x) \ - ((gdk_pixbuf_animation_get_width(x) <= 48 && \ - gdk_pixbuf_animation_get_height(x) <= 48) ? 48 : 50) + ((gdk_pixbuf_animation_get_width(x) <= 48 && gdk_pixbuf_animation_get_height(x) <= 48) ? 48 : \ + (gdk_pixbuf_animation_get_width(x) > 75 && gdk_pixbuf_animation_get_height(x) > 75) ? 96 : 50) typedef struct {