diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-07 12:34:11 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-07 12:34:15 +0300 |
commit | 4e37f3cad6064396a701fe96bf4801d37d40b362 (patch) | |
tree | 120628241d4f69ad1db55b2d5b883d53670784e8 /plugins/TipperYM/src | |
parent | ceeb2257878b17ebda20f8f3eea72ae2de598fb4 (diff) |
fingerprint: more strict service definitions
Diffstat (limited to 'plugins/TipperYM/src')
-rw-r--r-- | plugins/TipperYM/src/popwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |