diff src/protocols/msn/session.h @ 5406:9acf4832c0dc

[gaim-migrate @ 5782] This should prevent the possibility of duplicate buddies when MSN transfers us to a new notification server (rare). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 17 May 2003 01:41:52 +0000
parents ebebc833cf77
children 40e976d42028
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Sat May 17 01:41:22 2003 +0000
+++ b/src/protocols/msn/session.h	Sat May 17 01:41:52 2003 +0000
@@ -71,6 +71,8 @@
 	/* You have no idea how much I hate all that is below. */
 	GaimPlugin *prpl;
 
+	gboolean lists_synced;
+
 	/* For moving buddies from one group to another. Ugh. */
 	gboolean moving_buddy;
 	char *dest_group_name;