comparison 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
comparison
equal deleted inserted replaced
27999:99baf778e0b9 28000:05331a8eafb3
574 /* break; */ 574 /* break; */
575 } 575 }
576 } 576 }
577 577
578 g_hash_table_foreach(ht, yahoo_do_group_cleanup, NULL); 578 g_hash_table_foreach(ht, yahoo_do_group_cleanup, NULL);
579
580 /* The reporter of ticket #9745 determined that we weren't retrieving the
581 * aliases during buddy list retrieval, so we never updated aliases that
582 * changed while we were signed off. */
583 yahoo_fetch_aliases(gc);
579 584
580 /* Now that we have processed the buddy list, we can say yahoo has connected */ 585 /* Now that we have processed the buddy list, we can say yahoo has connected */
581 purple_connection_set_display_name(gc, purple_normalize(account, purple_account_get_username(account))); 586 purple_connection_set_display_name(gc, purple_normalize(account, purple_account_get_username(account)));
582 yd->logged_in = TRUE; 587 yd->logged_in = TRUE;
583 purple_debug_info("yahoo","Authentication: Connection established\n"); 588 purple_debug_info("yahoo","Authentication: Connection established\n");