summaryrefslogtreecommitdiff
path: root/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'icons.cpp')
-rw-r--r--icons.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/icons.cpp b/icons.cpp
index 8df859e..0292846 100644
--- a/icons.cpp
+++ b/icons.cpp
@@ -81,8 +81,7 @@ void setClistIcon(HANDLE hContact)
{
bool enabled = isContactSecured(hContact);
extern HANDLE g_hCLIcon;
- HANDLE getMetaContact(HANDLE hContact);
- HANDLE hMC = getMetaContact(hContact);
+ HANDLE hMC = metaGetContact(hContact);
if(g_hCLIcon && enabled)
{ // обновить иконки в clist
HICON icon = IconLibGetIcon("secured");
@@ -104,8 +103,7 @@ void setClistIcon(HANDLE hContact)
void setSrmmIcon(HANDLE hContact)
{
bool enabled = isContactSecured(hContact);
- HANDLE getMetaContact(HANDLE hContact);
- HANDLE hMC = getMetaContact(hContact);
+ HANDLE hMC = metaGetContact(hContact);
if(ServiceExists(MS_MSG_MODIFYICON))
{ // обновить иконки в srmm
StatusIconData sid = {0};