From 500dd4848842f6d4207584417448586d060fbd6a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 31 Jul 2022 18:07:27 +0300 Subject: Contact: group of functions gathered into the personal namespace --- plugins/FloatingContacts/src/thumbs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/FloatingContacts') diff --git a/plugins/FloatingContacts/src/thumbs.cpp b/plugins/FloatingContacts/src/thumbs.cpp index 9336087235..51e7e5d3cd 100644 --- a/plugins/FloatingContacts/src/thumbs.cpp +++ b/plugins/FloatingContacts/src/thumbs.cpp @@ -244,7 +244,7 @@ void ThumbInfo::ResizeThumb() ImageList_GetIconSize_my(himlMiranda, sizeIcon); HDC hdc = GetWindowDC(hwnd); - if (Contact_OnList(hContact)) { + if (Contact::OnList(hContact)) { char *szProto = Proto_GetBaseAccountName(hContact); if (nullptr != szProto) { int nStatus = Proto_GetStatus(szProto); @@ -572,7 +572,7 @@ void ThumbInfo::UpdateContent() oldBkMode = SetBkMode(hdcDraw, TRANSPARENT); - if (Contact_OnList(hContact)) { + if (Contact::OnList(hContact)) { char *szProto = Proto_GetBaseAccountName(hContact); if (nullptr != szProto) { int nStatus = Proto_GetStatus(szProto); -- cgit v1.2.3