diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-29 01:17:12 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-29 01:17:12 +0300 |
commit | 1fc54488ade5a8ba494c50f5a781b191c9b66c15 (patch) | |
tree | b7199b665529203b18aa5724fdbf98574323b770 /icons.cpp | |
parent | 4583a24484a3eee749614b6fe0a3ead2d6be5f72 (diff) |
hz
Diffstat (limited to 'icons.cpp')
-rw-r--r-- | icons.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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};
|