Mercurial > pidgin.yaz
changeset 15444:8721df7d419f
Only show huge prpl icons for the first buddy in the person
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 28 Jan 2007 09:02:20 +0000 |
parents | 6e2c5584c965 |
children | 154b8d8643a2 910f4be8fc73 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sun Jan 28 08:51:47 2007 +0000 +++ b/pidgin/gtkblist.c Sun Jan 28 09:02:20 2007 +0000 @@ -2273,7 +2273,7 @@ td->name_width = PANGO_PIXELS(td->name_width) + SMALL_SPACE + PRPL_SIZE; td->name_height = MAX(PANGO_PIXELS(td->name_height), PRPL_SIZE + SMALL_SPACE); - if(!td->avatar) { + if(!td->avatar && full) { td->avatar = gaim_gtk_create_prpl_icon(account, PIDGIN_PRPL_ICON_LARGE); td->avatar_is_prpl_icon = TRUE; }