changeset 29337:81a60d12897f

New versions of AIM: * Display buddy icons with dimensions up to 100x100 * Scale down buddy icons that are larger than 100x100
author Mark Doliner <mark@kingant.net>
date Wed, 03 Feb 2010 20:15:19 +0000
parents 058fbbde85e2
children 8271e42acdcb 7529cda1d0bc
files libpurple/protocols/oscar/libaim.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/libaim.c	Wed Feb 03 19:15:35 2010 +0000
+++ b/libpurple/protocols/oscar/libaim.c	Wed Feb 03 20:15:19 2010 +0000
@@ -32,8 +32,7 @@
 	NULL,					/* user_splits */
 	NULL,					/* protocol_options */
 	/* The mimimum icon size below is not needed in AIM 6.0 */
-	{"gif,jpeg,bmp,ico", 48, 48, 50, 50, 7168,
-		PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY},	/* icon_spec */
+	{"gif,jpeg,bmp,ico", 0, 0, 100, 100, 7168, PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
 	oscar_list_icon_aim,		/* list_icon */
 	oscar_list_emblem,		/* list_emblems */
 	oscar_status_text,		/* status_text */