comparison 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
comparison
equal deleted inserted replaced
5405:e5d031116078 5406:9acf4832c0dc
68 68
69 } passport_info; 69 } passport_info;
70 70
71 /* You have no idea how much I hate all that is below. */ 71 /* You have no idea how much I hate all that is below. */
72 GaimPlugin *prpl; 72 GaimPlugin *prpl;
73
74 gboolean lists_synced;
73 75
74 /* For moving buddies from one group to another. Ugh. */ 76 /* For moving buddies from one group to another. Ugh. */
75 gboolean moving_buddy; 77 gboolean moving_buddy;
76 char *dest_group_name; 78 char *dest_group_name;
77 }; 79 };