summaryrefslogtreecommitdiff
path: root/icons.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-09-11 01:33:53 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-09-11 01:33:53 +0300
commitdf91299c0082a489e3a45f06b1cb52f2162b883d (patch)
tree45ca826f58126f43c7563b4a4e5880d2b67818c7 /icons.cpp
parent5631c9efc283f72fdaf4eb3ed6212b0d3dee8d7f (diff)
ported changes from miranda_ng branch
Diffstat (limited to 'icons.cpp')
-rwxr-xr-xicons.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/icons.cpp b/icons.cpp
index 58a24c9..671be13 100755
--- a/icons.cpp
+++ b/icons.cpp
@@ -139,10 +139,9 @@ void setSrmmIcon(HANDLE h)
void RefreshContactListIcons()
{
- HANDLE hContact;
extern HANDLE g_hCLIcon;
CallService(MS_CLUI_LISTBEGINREBUILD,0,0);
- hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDFIRST, 0, 0);
+ HANDLE hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDFIRST, 0, 0);
while (hContact)
{
setClistIcon(hContact);