diff libpurple/protocols/yahoo/libymsg.c @ 28000:05331a8eafb3

Fix #9745 as the submitter suggested. This doesn't appear to hurt anything.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 22 Jul 2009 15:06:07 +0000
parents 482a5edc4799
children 0754698c49f4 908be3822215
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Wed Jul 22 07:31:40 2009 +0000
+++ b/libpurple/protocols/yahoo/libymsg.c	Wed Jul 22 15:06:07 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;