From 35e2289786a7f1542573d1a58ebc971970ea981c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 22:10:25 +0300 Subject: CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName --- plugins/Clist_blind/src/contact.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_blind/src/contact.cpp') diff --git a/plugins/Clist_blind/src/contact.cpp b/plugins/Clist_blind/src/contact.cpp index cb28daae58..f9881fcd1b 100644 --- a/plugins/Clist_blind/src/contact.cpp +++ b/plugins/Clist_blind/src/contact.cpp @@ -84,10 +84,10 @@ int CompareContacts(const ClcContact* c1, const ClcContact* c2) } wchar_t namea[128]; - wchar_t *nameb = pcli->pfnGetContactDisplayName(a, 0); + wchar_t *nameb = Clist_GetContactDisplayName(a); wcsncpy_s(namea, nameb, _TRUNCATE); namea[ _countof(namea)-1 ] = 0; - nameb = pcli->pfnGetContactDisplayName(b, 0); + nameb = Clist_GetContactDisplayName(b); //otherwise just compare names return mir_wstrcmpi(namea, nameb); -- cgit v1.2.3