Mercurial > pidgin
diff src/protocols/novell/nmuser.h @ 9360:d77537e8bfe5
[gaim-migrate @ 10168]
" This patch fixes contact list sync problem, fixes a
memory leak, and includes some code cleanup." --Mike Stoddard of Novell
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 23 Jun 2004 17:27:56 +0000 |
| parents | 54fb1f466953 |
| children |
line wrap: on
line diff
--- a/src/protocols/novell/nmuser.h Wed Jun 23 16:58:22 2004 +0000 +++ b/src/protocols/novell/nmuser.h Wed Jun 23 17:27:56 2004 +0000 @@ -127,6 +127,8 @@ /* Have the privacy lists been synched yet */ gboolean privacy_synched; + /* Has the contact list been synched */ + gboolean clist_synched; }; #define NM_STATUS_UNKNOWN 0
