Mercurial > pidgin.yaz
diff src/multi.c @ 2627:f119632012bc
[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 <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 27 Oct 2001 02:38:07 +0000 |
| parents | e0d4a23aac89 |
| children | 4054a0849461 |
line wrap: on
line diff
--- 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);
