Mercurial > pidgin
changeset 10238:b8b4769d9800
[gaim-migrate @ 11375]
Thanks to Chris J. Friesen. Aliases are used in the Buddy Pounce menu.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 22 Nov 2004 19:06:12 +0000 |
parents | 2f6dcbaaabe0 |
children | d0558652e0c4 |
files | src/gtkpounce.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkpounce.c Mon Nov 22 18:52:44 2004 +0000 +++ b/src/gtkpounce.c Mon Nov 22 19:06:12 2004 +0000 @@ -835,7 +835,7 @@ for (bp = gaim_pounces_get_all(); bp != NULL; bp = bp->next) { pounce = (GaimPounce *)bp->data; - buddy = gaim_pounce_get_pouncee(pounce); + buddy = gaim_buddy_get_contact_alias(gaim_find_buddy(gaim_pounce_get_pouncer(pounce), gaim_pounce_get_pouncee(pounce))); /* Check if account is online, if not skip it */ if (!gaim_account_is_connected(pounce->pouncer))