comparison src/protocols/toc/toc.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 1b927566fcc4
children d087e928ffd1
comparison
equal deleted inserted replaced
10750:d5a00882d118 10751:bf5e48215158
731 * the callback in a better state if we get CONFIG anyway */ 731 * the callback in a better state if we get CONFIG anyway */
732 732
733 tdt->state = STATE_ONLINE; 733 tdt->state = STATE_ONLINE;
734 734
735 gaim_connection_set_state(gc, GAIM_CONNECTED); 735 gaim_connection_set_state(gc, GAIM_CONNECTED);
736 serv_finish_login(gc);
737 736
738 /* 737 /*
739 * Add me to my buddy list so that we know the time when 738 * Add me to my buddy list so that we know the time when
740 * the server thinks I signed on. 739 * the server thinks I signed on.
741 */ 740 */