diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 18:14:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 18:14:12 +0300 |
commit | 6a8ea9b06515655f35a7e6998813eb69c80b8010 (patch) | |
tree | ee1b0434994daad82d29f2176fecec91374ae1e5 /plugins/Clist_modern/src/modern_awaymsg.cpp | |
parent | 2fe8add6000b6a31659f2fd24900a25743503655 (diff) |
CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry
Diffstat (limited to 'plugins/Clist_modern/src/modern_awaymsg.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_awaymsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_awaymsg.cpp b/plugins/Clist_modern/src/modern_awaymsg.cpp index 811e95a5de..79d9ea0c99 100644 --- a/plugins/Clist_modern/src/modern_awaymsg.cpp +++ b/plugins/Clist_modern/src/modern_awaymsg.cpp @@ -88,7 +88,7 @@ static void amThreadProc(void *) goto LBL_Exit;
}
- ClcCacheEntry *pdnce = pcli->pfnGetCacheEntry(hContact);
+ ClcCacheEntry *pdnce = Clist_GetCacheEntry(hContact);
HANDLE ACK = nullptr;
if (pdnce->ApparentMode != ID_STATUS_OFFLINE) //don't ask if contact is always invisible (should be done with protocol)
|