pidgin: 0051876c: Fix #9745 as the submitter suggested. T...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Wed Jul 22 11:10:22 EDT 2009
-----------------------------------------------------------------
Revision: 0051876c7a8f15262533a927282a8b417dfb0644
Ancestor: 60315e01b2e3725bb5d272284c3f11d31f18c114
Author: rekkanoryo at pidgin.im
Date: 2009-07-22T15:06:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/0051876c7a8f15262533a927282a8b417dfb0644
Modified files:
libpurple/protocols/yahoo/libymsg.c
ChangeLog:
Fix #9745 as the submitter suggested. This doesn't appear to hurt anything.
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c 3972ef02a147541b50f21951912499c2f31b087e
+++ libpurple/protocols/yahoo/libymsg.c f8cc8d8a7c5136f0b236bb3e359b04a0f62177d7
@@ -577,6 +577,11 @@ static void yahoo_process_list_15(Purple
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;
More information about the Commits
mailing list