diff src/protocols/msn/session.h @ 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 ab6636c5a136
children 86a6d78b070b
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Wed Jun 23 18:34:37 2004 +0000
+++ b/src/protocols/msn/session.h	Wed Jun 23 19:38:58 2004 +0000
@@ -51,6 +51,7 @@
 	int dispatch_port;
 
 	gboolean connected;
+	gboolean logged_in; /* temporal flag to ignore local blist adds */
 
 	MsnNotification *notification;
 	MsnNexus *nexus;