Mercurial > pidgin
changeset 28843:c706d830cd32
The official MSN client supports setting (animated) GIFs as a buddy icon,
so we can set them too.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 04 Jan 2010 00:17:02 +0000 |
parents | 34594f33c72e |
children | ee1ed5d16235 |
files | ChangeLog libpurple/protocols/msn/msn.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Jan 03 23:33:59 2010 +0000 +++ b/ChangeLog Mon Jan 04 00:17:02 2010 +0000 @@ -19,6 +19,7 @@ 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
--- a/libpurple/protocols/msn/msn.c Sun Jan 03 23:33:59 2010 +0000 +++ b/libpurple/protocols/msn/msn.c Mon Jan 04 00:17:02 2010 +0000 @@ -2667,7 +2667,7 @@ 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 */