pidgin: 865de632: The official MSN client supports setting...

qulogic at pidgin.im qulogic at pidgin.im
Sun Jan 3 19:20:45 EST 2010


-----------------------------------------------------------------
Revision: 865de632b55ccacdf684757a34922cfb92e799e5
Ancestor: 4c288410db93ccc470a4143e5527d00548ea3655
Author: qulogic at pidgin.im
Date: 2010-01-04T00:17:02
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/865de632b55ccacdf684757a34922cfb92e799e5

Modified files:
        ChangeLog libpurple/protocols/msn/msn.c

ChangeLog: 

The official MSN client supports setting (animated) GIFs as a buddy icon,
so we can set them too.

-------------- next part --------------
============================================================
--- ChangeLog	8e542ff49902b49eac5732be4cf64294b573d3ae
+++ ChangeLog	d5396f308b1be3662d06267b7c45e55be83a927e
@@ -19,6 +19,7 @@ version 2.6.5 (??/??/20??):
 	  meaning they can be moved or deleted without complaints from your OS.
 	* Buddies who sign in from a second location will no longer cause an
 	  unnecessary chat window to open.
+	* Support setting an animated GIF as a buddy icon.
 
 	XMPP:
 	* Added support for the SCRAM-SHA-1 SASL mechanism.  This is only
============================================================
--- libpurple/protocols/msn/msn.c	776ce58ee57b9df526b23d66f06fc7024c14a7c5
+++ libpurple/protocols/msn/msn.c	d3dfb30403805e072f5da96583651c4a5e553da0
@@ -2667,7 +2667,7 @@ static PurplePluginProtocolInfo prpl_inf
 	OPT_PROTO_MAIL_CHECK,
 	NULL,					/* user_splits */
 	NULL,					/* protocol_options */
-	{"png", 0, 0, 96, 96, 0, PURPLE_ICON_SCALE_SEND},	/* icon_spec */
+	{"png,gif", 0, 0, 96, 96, 0, PURPLE_ICON_SCALE_SEND},	/* icon_spec */
 	msn_list_icon,			/* list_icon */
 	msn_list_emblems,		/* list_emblems */
 	msn_status_text,		/* status_text */


More information about the Commits mailing list