src/aim.c

changeset 1026
fa6230b217bc
parent 1009
584f27d87a9e
child 1030
b9fa9eadc0a4
equal deleted inserted replaced
1025:6b935cc3f62d 1026:fa6230b217bc
168 u->protocol = PROTO_TOC; 168 u->protocol = PROTO_TOC;
169 u->options = OPT_USR_REM_PASS; 169 u->options = OPT_USR_REM_PASS;
170 aim_users = g_list_append(aim_users, u); 170 aim_users = g_list_append(aim_users, u);
171 } 171 }
172 g_snprintf(u->password, sizeof u->password, "%s", password); 172 g_snprintf(u->password, sizeof u->password, "%s", password);
173 set_first_user(username);
173 save_prefs(); 174 save_prefs();
174 serv_login(u); 175 serv_login(u);
175 } 176 }
176 177
177 178

mercurial