# HG changeset patch # User Mark Doliner # Date 1265228119 0 # Node ID 81a60d12897ff60f556385d30ab9b5080e4c9fcd # Parent 058fbbde85e2437626fbd23c5003725091befd08 New versions of AIM: * Display buddy icons with dimensions up to 100x100 * Scale down buddy icons that are larger than 100x100 diff -r 058fbbde85e2 -r 81a60d12897f libpurple/protocols/oscar/libaim.c --- 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 */