pidgin: 8a522329: New versions of AIM:
markdoliner at pidgin.im
markdoliner at pidgin.im
Wed Feb 3 15:20:40 EST 2010
-----------------------------------------------------------------
Revision: 8a52232908b9b170d0de8f3291482e1db49bd838
Ancestor: 936b438f1209d90248a560e8b8db123e6a0484ba
Author: markdoliner at pidgin.im
Date: 2010-02-03T20:15:19
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8a52232908b9b170d0de8f3291482e1db49bd838
Modified files:
libpurple/protocols/oscar/libaim.c
ChangeLog:
New versions of AIM:
* Display buddy icons with dimensions up to 100x100
* Scale down buddy icons that are larger than 100x100
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/libaim.c 44607aafaebb1881d3f9b8185387788fc9a5ab32
+++ libpurple/protocols/oscar/libaim.c 7369633c388b42d9cefbd70586e7dc8819bd1a97
@@ -32,8 +32,7 @@ static PurplePluginProtocolInfo prpl_inf
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 */
More information about the Commits
mailing list