From 4e37f3cad6064396a701fe96bf4801d37d40b362 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Dec 2023 12:34:11 +0300 Subject: fingerprint: more strict service definitions --- plugins/TipperYM/src/popwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TipperYM/src') diff --git a/plugins/TipperYM/src/popwin.cpp b/plugins/TipperYM/src/popwin.cpp index 3feb8c30ef..28eb6e4f4b 100644 --- a/plugins/TipperYM/src/popwin.cpp +++ b/plugins/TipperYM/src/popwin.cpp @@ -371,7 +371,7 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa // fingerprint icon if (pwd->bIsIconVisible[5]) { for (i = 0; opt.exIconsOrder[i] != 5; i++); - if (ServiceExists(MS_FP_GETCLIENTICONT)) { + if (Finger_IsPresent()) { ptrW tszVersion(db_get_wsa(pwd->hContact, szProto, "MirVer")); if (tszVersion != NULL) { pwd->extraIcons[i].hIcon = Finger_GetClientIcon(tszVersion, 0); -- cgit v1.2.3