diff src/aim.c @ 140:436bead8f65d

[gaim-migrate @ 150] There was some weird case where it wouldn't set your password properly if you use different passwords between screen names. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 19 Apr 2000 22:12:02 +0000
parents e8ea1e2fdf0c
children 8f5bc6859549
line wrap: on
line diff
--- 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);
                 }