Mercurial > pidgin
comparison src/multi.c @ 2445:adb5106341de
[gaim-migrate @ 2458]
hello
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 06 Oct 2001 05:41:25 +0000 |
| parents | 13ce96daf30f |
| children | 8208e2016d9b |
comparison
equal
deleted
inserted
replaced
| 2444:13ce96daf30f | 2445:adb5106341de |
|---|---|
| 515 u->checkmail = checkmail; | 515 u->checkmail = checkmail; |
| 516 u->iconsel = iconsel; | 516 u->iconsel = iconsel; |
| 517 if (u->user) { | 517 if (u->user) { |
| 518 gtk_entry_set_text(GTK_ENTRY(name), u->user->username); | 518 gtk_entry_set_text(GTK_ENTRY(name), u->user->username); |
| 519 gtk_entry_set_text(GTK_ENTRY(pass), u->user->password); | 519 gtk_entry_set_text(GTK_ENTRY(pass), u->user->password); |
| 520 } | 520 gtk_entry_set_editable(GTK_ENTRY(name), FALSE); |
| 521 gtk_entry_set_editable(GTK_ENTRY(name), FALSE); | 521 } |
| 522 } | 522 } |
| 523 | 523 |
| 524 static void generate_prpl_options(struct mod_user *u, GtkWidget *book) | 524 static void generate_prpl_options(struct mod_user *u, GtkWidget *book) |
| 525 { | 525 { |
| 526 struct prpl *p = find_prpl(u->protocol); | 526 struct prpl *p = find_prpl(u->protocol); |
