Mercurial > pidgin
changeset 27675:d2c62d34d033
merge of '0051876c7a8f15262533a927282a8b417dfb0644'
and 'b690cf7d2b7c30977cc8470f1d590ebf85ed50cb'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 22 Jul 2009 20:39:46 +0000 |
parents | 05331a8eafb3 (diff) 91f8f3392e20 (current diff) |
children | 1736bc22cc06 |
files | |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c Wed Jul 22 20:38:20 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Wed Jul 22 20:39:46 2009 +0000 @@ -577,6 +577,11 @@ g_hash_table_foreach(ht, yahoo_do_group_cleanup, NULL); + /* The reporter of ticket #9745 determined that we weren't retrieving the + * aliases during buddy list retrieval, so we never updated aliases that + * changed while we were signed off. */ + yahoo_fetch_aliases(gc); + /* Now that we have processed the buddy list, we can say yahoo has connected */ purple_connection_set_display_name(gc, purple_normalize(account, purple_account_get_username(account))); yd->logged_in = TRUE;