src/protocols/novell/novell.c

changeset 10751
e15f4f5927ce
parent 10740
a1cb6b819a21
child 10762
981222704bc6
equal deleted inserted replaced
10750:455f5dc6e2f2 10751:e15f4f5927ce
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);

mercurial