# HG changeset patch # User Sean Egan # Date 1101150372 0 # Node ID b8b4769d980024abdf24aa814dd19ffc8a50c128 # Parent 2f6dcbaaabe0423760a54d405f2771e8c564b795 [gaim-migrate @ 11375] Thanks to Chris J. Friesen. Aliases are used in the Buddy Pounce menu. committer: Tailor Script diff -r 2f6dcbaaabe0 -r b8b4769d9800 src/gtkpounce.c --- 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))