comparison src/aim.c @ 1124:a70d5200edde

[gaim-migrate @ 1134] starting to put the permit/deny stuff back. i think this is a suitable beginning for the UI. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Nov 2000 12:58:27 +0000
parents f3e0f41beddb
children 418b1738a9a7
comparison
equal deleted inserted replaced
1123:bc718030af96 1124:a70d5200edde
160 u->protocol = PROTO_TOC; 160 u->protocol = PROTO_TOC;
161 u->options = OPT_USR_REM_PASS; 161 u->options = OPT_USR_REM_PASS;
162 aim_users = g_list_append(aim_users, u); 162 aim_users = g_list_append(aim_users, u);
163 } 163 }
164 g_snprintf(u->password, sizeof u->password, "%s", password); 164 g_snprintf(u->password, sizeof u->password, "%s", password);
165 set_first_user(username);
166 save_prefs(); 165 save_prefs();
167 serv_login(u); 166 serv_login(u);
168 } 167 }
169 168
170 169