| 309 } |
309 } |
| 310 |
310 |
| 311 if (gc->state == GAIM_CONNECTED) { |
311 if (gc->state == GAIM_CONNECTED) { |
| 312 GaimBlistNode *gnode,*cnode,*bnode; |
312 GaimBlistNode *gnode,*cnode,*bnode; |
| 313 GList *wins; |
313 GList *wins; |
| 314 GList *add_buds=NULL; |
314 GList *add_buds = NULL; |
| 315 GaimAccount *account = gaim_connection_get_account(gc); |
315 GaimAccount *account = gaim_connection_get_account(gc); |
| 316 |
316 |
| 317 /* Set the time the account came online */ |
317 /* Set the time the account came online */ |
| 318 time(&gc->login_time); |
318 time(&gc->login_time); |
| 319 |
319 |