From: Eric W. <war...@us...> - 2001-10-06 05:41:27
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv12669 Modified Files: multi.c Log Message: hello Index: multi.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/multi.c,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- multi.c 2001/10/06 05:34:44 1.90 +++ multi.c 2001/10/06 05:41:25 1.91 @@ -517,8 +517,8 @@ if (u->user) { gtk_entry_set_text(GTK_ENTRY(name), u->user->username); gtk_entry_set_text(GTK_ENTRY(pass), u->user->password); + gtk_entry_set_editable(GTK_ENTRY(name), FALSE); } - gtk_entry_set_editable(GTK_ENTRY(name), FALSE); } static void generate_prpl_options(struct mod_user *u, GtkWidget *book) |