Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2626:93f9bbd62630 | 2627:f119632012bc |
|---|---|
| 522 gtk_widget_show_all(frame); | 522 gtk_widget_show_all(frame); |
| 523 | 523 |
| 524 if (u->user) { | 524 if (u->user) { |
| 525 gtk_entry_set_text(GTK_ENTRY(u->name), u->user->username); | 525 gtk_entry_set_text(GTK_ENTRY(u->name), u->user->username); |
| 526 gtk_entry_set_text(GTK_ENTRY(u->pass), u->user->password); | 526 gtk_entry_set_text(GTK_ENTRY(u->pass), u->user->password); |
| 527 gtk_entry_set_editable(GTK_ENTRY(u->name), FALSE); | |
| 528 } | 527 } |
| 529 | 528 |
| 530 p = find_prpl(u->protocol); | 529 p = find_prpl(u->protocol); |
| 531 if (p && (p->options & OPT_PROTO_NO_PASSWORD)) { | 530 if (p && (p->options & OPT_PROTO_NO_PASSWORD)) { |
| 532 gtk_widget_hide(u->pwdbox); | 531 gtk_widget_hide(u->pwdbox); |
