comparison src/protocols/zephyr/zephyr.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 c4cb90065e1d
children 5727afad0fb8
comparison
equal deleted inserted replaced
10750:d5a00882d118 10751:bf5e48215158
1749 if (read_anyone) 1749 if (read_anyone)
1750 process_anyone(gc); 1750 process_anyone(gc);
1751 if (read_zsubs) 1751 if (read_zsubs)
1752 process_zsubs(zephyr); 1752 process_zsubs(zephyr);
1753 1753
1754 serv_finish_login(gc);
1755
1756 if (use_zeph02(zephyr)) { 1754 if (use_zeph02(zephyr)) {
1757 zephyr->nottimer = gaim_timeout_add(100, check_notify_zeph02, gc); 1755 zephyr->nottimer = gaim_timeout_add(100, check_notify_zeph02, gc);
1758 } else if (use_tzc(zephyr)) { 1756 } else if (use_tzc(zephyr)) {
1759 zephyr->nottimer = gaim_timeout_add(100, check_notify_tzc, gc); 1757 zephyr->nottimer = gaim_timeout_add(100, check_notify_tzc, gc);
1760 } 1758 }