comparison src/protocols/novell/novell.c @ 10751:bf5e48215158

[gaim-migrate @ 12354] Get rid of serv_finish_login because it's dumb. Also fix some problems with gg and silc that I introduced yesterday. I didn't grep for places where account->password was accessed directly. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 17:50:35 +0000
parents 94cc67130789
children 019229bf8b7e
comparison
equal deleted inserted replaced
10750:d5a00882d118 10751:bf5e48215158
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);