Mercurial > pidgin
changeset 2543:830a83209475
[gaim-migrate @ 2556]
whoops
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 18 Oct 2001 22:36:47 +0000 |
parents | 221e1c8e2410 |
children | 271011bbe14e |
files | src/prpl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prpl.c Thu Oct 18 21:44:09 2001 +0000 +++ b/src/prpl.c Thu Oct 18 22:36:47 2001 +0000 @@ -214,7 +214,7 @@ entry = gtk_entry_new(); gtk_box_pack_start(GTK_BOX(vbox), entry, FALSE, FALSE, 0); if (def) - gtk_entry_set_text(GTK_ENTRY(entry), text); + gtk_entry_set_text(GTK_ENTRY(entry), def); gtk_signal_connect(GTK_OBJECT(entry), "activate", GTK_SIGNAL_FUNC(act_prompt), p); p->entry = entry;