changeset 29503:7525698499e3

Move this to im.pidgin.pidgin.next.minor too so im.pidgin.pidgin will compile. *** Plucked rev 48e7bc40f3e696487c1f162edd2f5aeda98dbdd6 (deryni@pidgin.im): Use the new purple_account_get_name_for_display function for the Send To menu. Closes #8391 (though there are likely still plenty of places we should also do this). *** Plucked rev 48e7bc40f3e696487c1f162edd2f5aeda98dbdd6 (deryni@pidgin.im): Use the new purple_account_get_name_for_display function for the Send To menu. Closes #8391 (though there are likely still plenty of places we should also do this).
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 16 Sep 2009 16:26:55 +0000
parents 0aac63e8489f
children 057372f5c319
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Wed Sep 16 16:25:59 2009 +0000
+++ b/pidgin/gtkconv.c	Wed Sep 16 16:26:55 2009 +0000
@@ -3879,7 +3879,7 @@
 	gtk_size_group_add_widget(sg, image);
 
 	/* Make our menu item */
-	text = g_strdup_printf("%s (%s)", name, purple_account_get_username(account));
+	text = g_strdup_printf("%s (%s)", name, purple_account_get_name_for_display(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));