Mercurial > pidgin.yaz
changeset 29229:737b75b5a888
Fix Gadu-Gadu avatars. The server's response format has changed. Fixes #11050.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | grommasher@gmail.com |
---|---|
date | Tue, 05 Jan 2010 17:42:03 +0000 |
parents | ee1ed5d16235 |
children | ca87541a1b33 |
files | libpurple/protocols/gg/gg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c Tue Jan 05 06:43:18 2010 +0000 +++ b/libpurple/protocols/gg/gg.c Tue Jan 05 17:42:03 2010 +0000 @@ -947,7 +947,7 @@ if (xmlnode_avatar == NULL) goto out; - xmlnode_bigavatar = xmlnode_get_child(xmlnode_avatar, "bigAvatar"); + xmlnode_bigavatar = xmlnode_get_child(xmlnode_avatar, "originBigAvatar"); if (xmlnode_bigavatar == NULL) goto out;