diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-04-04 14:27:04 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-04-04 14:27:04 +0000 |
commit | c7181615b01d42717df5a4cc557995fe8970e555 (patch) | |
tree | 829b619062f5630b15701a5faaaf16019b893ae6 /plugins/!NotAdopted/VypressChat/contrib | |
parent | e08dd78ccf05f9d5d768e5436fcfc5e8126356fe (diff) |
Partial adopttion of VypressChat and WinPopup plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@8849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/VypressChat/contrib')
-rw-r--r-- | plugins/!NotAdopted/VypressChat/contrib/m_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/VypressChat/contrib/m_chat.h b/plugins/!NotAdopted/VypressChat/contrib/m_chat.h index 8caf5d0e8c..680d27d1cd 100644 --- a/plugins/!NotAdopted/VypressChat/contrib/m_chat.h +++ b/plugins/!NotAdopted/VypressChat/contrib/m_chat.h @@ -79,7 +79,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. szProto = (char *) CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM) hContact, 0);
if (szProto != NULL && !lstrcmpi(szProto, PROTONAME))
{
- if(DBGetContactSettingByte(hContact, PROTONAME, "ChatRoom", 0) == 0)
+ if(db_get_b(hContact, PROTONAME, "ChatRoom", 0) == 0)
{
// ... do something with the hContact here;
}
|