| 102 gaim_account_set_alias(user->client_data, alias); |
102 gaim_account_set_alias(user->client_data, alias); |
| 103 } |
103 } |
| 104 |
104 |
| 105 /* Tell Gaim that we are connected */ |
105 /* Tell Gaim that we are connected */ |
| 106 gaim_connection_set_state(gc, GAIM_CONNECTED); |
106 gaim_connection_set_state(gc, GAIM_CONNECTED); |
| 107 serv_finish_login(gc); |
|
| 108 |
107 |
| 109 _sync_contact_list(user); |
108 _sync_contact_list(user); |
| 110 |
109 |
| 111 rc = nm_send_set_status(user, NM_STATUS_AVAILABLE, NULL, NULL, NULL, |
110 rc = nm_send_set_status(user, NM_STATUS_AVAILABLE, NULL, NULL, NULL, |
| 112 NULL); |
111 NULL); |