diff plugins/idle.c @ 5614:ff89436b30d2

[gaim-migrate @ 6021] Fixy committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 18:11:06 +0000
parents 1c55b1540e18
children 059d95c67cda
line wrap: on
line diff
--- a/plugins/idle.c	Sat May 31 17:12:14 2003 +0000
+++ b/plugins/idle.c	Sat May 31 18:11:06 2003 +0000
@@ -53,7 +53,7 @@
 		g = (GaimConnection *)c->data;
 		account = gaim_connection_get_account(g);
 
-		opt = gtk_menu_item_new_with_label(gaim_account_get_username(g));
+		opt = gtk_menu_item_new_with_label(gaim_account_get_username(account));
 		g_signal_connect(G_OBJECT(opt), "activate",
 				   G_CALLBACK(sel_gc), g);
 		gtk_menu_shell_append(GTK_MENU_SHELL(menu), opt);