src/protocols/yahoo/yahoo.c

changeset 7664
d8e8d575276d
parent 7651
43663aa7ef68
child 7675
8058cedec7a2
equal deleted inserted replaced
7663:8393425b04e7 7664:d8e8d575276d
306 switch (pair->key) { 306 switch (pair->key) {
307 case 0: /* we won't actually do anything with this */ 307 case 0: /* we won't actually do anything with this */
308 break; 308 break;
309 case 1: /* we don't get the full buddy list here. */ 309 case 1: /* we don't get the full buddy list here. */
310 if (!yd->logged_in) { 310 if (!yd->logged_in) {
311 gaim_connection_set_display_name(gc, pair->value);
311 gaim_connection_set_state(gc, GAIM_CONNECTED); 312 gaim_connection_set_state(gc, GAIM_CONNECTED);
312 serv_finish_login(gc); 313 serv_finish_login(gc);
313 gaim_connection_set_display_name(gc, pair->value);
314 yd->logged_in = TRUE; 314 yd->logged_in = TRUE;
315 315
316 /* this requests the list. i have a feeling that this is very evil 316 /* this requests the list. i have a feeling that this is very evil
317 * 317 *
318 * scs.yahoo.com sends you the list before this packet without it being 318 * scs.yahoo.com sends you the list before this packet without it being

mercurial