diff options
author | George Hazan <george.hazan@gmail.com> | 2016-07-29 15:09:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-07-29 15:09:25 +0000 |
commit | c70673812db722c68caef569e2c299f5462b9c13 (patch) | |
tree | 3791045429b8c4ff1c9a89137762a99ca79614ff /protocols/JabberG/src/jabber_list.h | |
parent | 0b83e36d6c95d982924bb856d5cc27f9f5090b61 (diff) |
fix for the broken removal of orphaned contacts in Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@17145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_list.h')
-rw-r--r-- | protocols/JabberG/src/jabber_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h index f3184582eb..d610a78cb3 100644 --- a/protocols/JabberG/src/jabber_list.h +++ b/protocols/JabberG/src/jabber_list.h @@ -211,6 +211,7 @@ struct JABBER_LIST_ITEM : public MZeroedObject bool bUseResource;
bool bHistoryRead;
+ bool bRealContact;
};
/////////////////////////////////////////////////////////////////////////////////////////////
|