summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/VypressChat/contrib/m_chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/VypressChat/contrib/m_chat.h')
-rw-r--r--plugins/!NotAdopted/VypressChat/contrib/m_chat.h2
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;
}