# HG changeset patch # User Eric Warmenhoven # Date 956182322 0 # Node ID a2e2e2d0ed8dd88da703a95c12e5d54071501884 # Parent 5b98973863b78fb6576e7a91b0c9b157b24079b7 [gaim-migrate @ 150] There was some weird case where it wouldn't set your password properly if you use different passwords between screen names. diff -r 5b98973863b7 -r a2e2e2d0ed8d src/aim.c --- a/src/aim.c Wed Apr 19 20:28:02 2000 +0000 +++ b/src/aim.c Wed Apr 19 22:12:02 2000 +0000 @@ -410,7 +410,7 @@ gtk_combo_set_value_in_list(GTK_COMBO(name), length, 0); if ((general_options & OPT_GEN_REMEMBER_PASS)) { - gtk_entry_set_text(GTK_ENTRY(pass), current_user->password); + combo_changed(NULL, name); }