| 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 |