comparison src/protocols/msn/notification.c @ 9363:997c28571364

[gaim-migrate @ 10171] Patches by Felipe (shx) to clean up some code, add some segfault precautions, fix chats so that we'll see the other users in the chat correctly after invites, and to have MSN ignore the local buddy list adds if we're not already signed on (which fixes a *very* annoying bug I was having). Thanks again! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 23 Jun 2004 19:38:58 +0000
parents 554ef91db2dd
children 42f6b69c9d8e
comparison
equal deleted inserted replaced
9362:72c88ac84afa 9363:997c28571364
687 total_users = atoi(cmd->params[2]); 687 total_users = atoi(cmd->params[2]);
688 688
689 if (total_users == 0) 689 if (total_users == 0)
690 { 690 {
691 gaim_connection_set_state(gc, GAIM_CONNECTED); 691 gaim_connection_set_state(gc, GAIM_CONNECTED);
692 session->logged_in = TRUE;
693
692 serv_finish_login(gc); 694 serv_finish_login(gc);
693 } 695 }
694 else 696 else
695 { 697 {
696 /* syn_table */ 698 /* syn_table */