Mercurial > pidgin.yaz
changeset 22400:d3c8fd63e296
Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
Closes #1687 and #4971.
author | Bartoz Oler <bartosz@pidgin.im> |
---|---|
date | Mon, 03 Mar 2008 21:44:40 +0000 |
parents | 3370f295a1e0 |
children | d9105ead88dc |
files | COPYRIGHT libpurple/protocols/gg/gg.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYRIGHT Mon Mar 03 16:35:15 2008 +0000 +++ b/COPYRIGHT Mon Mar 03 21:44:40 2008 +0000 @@ -327,6 +327,7 @@ Peter Ruibal Sam S. Thanumalayan S. +Tomasz Sałaciński <tsalacinski@gmail.com> Pradyumna Sampath Arvind Samptur Tom Samstag
--- a/libpurple/protocols/gg/gg.c Mon Mar 03 16:35:15 2008 +0000 +++ b/libpurple/protocols/gg/gg.c Mon Mar 03 21:44:40 2008 +0000 @@ -2088,7 +2088,7 @@ OPT_PROTO_REGISTER_NOSCREENNAME, NULL, /* user_splits */ NULL, /* protocol_options */ - NO_BUDDY_ICONS, /* icon_spec */ + {"png", 32, 32, 96, 96, 0, PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ ggp_list_icon, /* list_icon */ NULL, /* list_emblem */ ggp_status_text, /* status_text */