# HG changeset patch # User Eric Warmenhoven # Date 1004150287 0 # Node ID f119632012bc144a0443aef849d49604f6e4594e # Parent 93f9bbd626306556c2edef7a5062b12da51db5cf [gaim-migrate @ 2640] too many people have been shocked by this. this causes other problems that i won't deal with right now (mostly relating to the main login window). committer: Tailor Script diff -r 93f9bbd62630 -r f119632012bc src/multi.c --- a/src/multi.c Sat Oct 27 01:58:12 2001 +0000 +++ b/src/multi.c Sat Oct 27 02:38:07 2001 +0000 @@ -524,7 +524,6 @@ if (u->user) { gtk_entry_set_text(GTK_ENTRY(u->name), u->user->username); gtk_entry_set_text(GTK_ENTRY(u->pass), u->user->password); - gtk_entry_set_editable(GTK_ENTRY(u->name), FALSE); } p = find_prpl(u->protocol);