Mercurial > pidgin
changeset 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 | 3d0a2b9f5a8e |
children | 6500a6c8d679 |
files | plugins/idle.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);