diff 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
line wrap: on
line diff
--- a/src/protocols/msn/notification.c	Wed Jun 23 18:34:37 2004 +0000
+++ b/src/protocols/msn/notification.c	Wed Jun 23 19:38:58 2004 +0000
@@ -689,6 +689,8 @@
 	if (total_users == 0)
 	{
 		gaim_connection_set_state(gc, GAIM_CONNECTED);
+		session->logged_in = TRUE;
+		
 		serv_finish_login(gc);
 	}
 	else