comparison src/protocols/napster/napster.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 d087e928ffd1
comparison
equal deleted inserted replaced
10750:d5a00882d118 10751:bf5e48215158
275 gaim_debug(GAIM_DEBUG_MISC, "napster", "Registered with e-mail address: %s\n", buf); 275 gaim_debug(GAIM_DEBUG_MISC, "napster", "Registered with e-mail address: %s\n", buf);
276 ndata->email = g_strdup(buf); 276 ndata->email = g_strdup(buf);
277 277
278 /* Our signon is complete */ 278 /* Our signon is complete */
279 gaim_connection_set_state(gc, GAIM_CONNECTED); 279 gaim_connection_set_state(gc, GAIM_CONNECTED);
280 serv_finish_login(gc);
281 280
282 break; 281 break;
283 282
284 case 201: /* MSG_SERVER_SEARCH_RESULT */ 283 case 201: /* MSG_SERVER_SEARCH_RESULT */
285 res = g_strsplit(buf, " ", 0); 284 res = g_strsplit(buf, " ", 0);