Mercurial > pidgin
changeset 28259:6e67c0015645
disapproval of revision '48e7bc40f3e696487c1f162edd2f5aeda98dbdd6'
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 16 Sep 2009 16:10:56 +0000 |
parents | 329d665c78b2 |
children | 0e4b43fc68c0 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Sat Aug 15 05:11:36 2009 +0000 +++ b/pidgin/gtkconv.c Wed Sep 16 16:10:56 2009 +0000 @@ -3859,7 +3859,7 @@ gtk_size_group_add_widget(sg, image); /* Make our menu item */ - text = g_strdup_printf("%s (%s)", name, purple_account_get_name_for_display(account)); + text = g_strdup_printf("%s (%s)", name, purple_account_get_username(account)); menuitem = gtk_radio_menu_item_new_with_label(*group, text); g_free(text); *group = gtk_radio_menu_item_get_group(GTK_RADIO_MENU_ITEM(menuitem));