Mercurial > pidgin
diff src/protocols/msn/session.h @ 5456:40e976d42028
[gaim-migrate @ 5844]
I *think* this will prevent errors with MsnUser not being set, and other
stuff. We'll see.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 20 May 2003 04:14:17 +0000 |
| parents | 9acf4832c0dc |
| children | bf2a7a7b739d |
line wrap: on
line diff
--- a/src/protocols/msn/session.h Tue May 20 03:33:13 2003 +0000 +++ b/src/protocols/msn/session.h Tue May 20 04:14:17 2003 +0000 @@ -71,6 +71,7 @@ /* You have no idea how much I hate all that is below. */ GaimPlugin *prpl; + gboolean syncing_lists; gboolean lists_synced; /* For moving buddies from one group to another. Ugh. */
