Mercurial > pidgin
changeset 21841:d0a3463633ba
Remove size restriction on XMPP avatars
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 17 Dec 2007 06:01:59 +0000 |
parents | 9a39d47a9cd3 |
children | ce3d42470adf |
files | libpurple/protocols/jabber/libxmpp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c Mon Dec 17 05:49:40 2007 +0000 +++ b/libpurple/protocols/jabber/libxmpp.c Mon Dec 17 06:01:59 2007 +0000 @@ -53,7 +53,7 @@ OPT_PROTO_SLASH_COMMANDS_NATIVE, NULL, /* user_splits */ NULL, /* protocol_options */ - {"png", 32, 32, 96, 96, 8191, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ + {"png", 32, 32, 96, 96, 0, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ jabber_list_icon, /* list_icon */ jabber_list_emblem, /* list_emblems */ jabber_status_text, /* status_text */