From: Eric W. <war...@us...> - 2001-10-27 02:38:10
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv18354 Modified Files: multi.c Log Message: 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). Index: multi.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/multi.c,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- multi.c 2001/10/25 09:19:25 1.98 +++ multi.c 2001/10/27 02:38:07 1.99 @@ -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); |