pidgin.next.minor: e3b29e5b: Move this to im.pidgin.pidgin.next.minor...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Wed Sep 16 12:31:25 EDT 2009


-----------------------------------------------------------------
Revision: e3b29e5b831c5e0c79521e61160af19f21dae099
Ancestor: 3436aae8dad0a593d43f2f0c439f8af1c1dbc91b
Author: rekkanoryo at pidgin.im
Date: 2009-09-16T16:26:55
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/e3b29e5b831c5e0c79521e61160af19f21dae099

Modified files:
        pidgin/gtkconv.c

ChangeLog: 

Move this to im.pidgin.pidgin.next.minor too so im.pidgin.pidgin will compile.

*** Plucked rev 48e7bc40f3e696487c1f162edd2f5aeda98dbdd6 (deryni at 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 at 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).


-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	4e1c95db7c2958480bbeed78a19f3cf37a9d7928
+++ pidgin/gtkconv.c	44ec025d3c4774b6f230a403d51dbb306a1f8553
@@ -3879,7 +3879,7 @@ create_sendto_item(GtkWidget *menu, GtkS
 	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));


More information about the Commits mailing list