# HG changeset patch # User Eric Warmenhoven # Date 1003444607 0 # Node ID 830a83209475f94700dc52453a13cdfa1aea541b # Parent 221e1c8e2410c4532667826c75648da5ebd1564d [gaim-migrate @ 2556] whoops committer: Tailor Script diff -r 221e1c8e2410 -r 830a83209475 src/prpl.c --- 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;