summaryrefslogtreecommitdiff
path: root/clist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clist.cpp')
-rw-r--r--clist.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/clist.cpp b/clist.cpp
index 4fa35bc..25c5a24 100644
--- a/clist.cpp
+++ b/clist.cpp
@@ -29,11 +29,13 @@ int onExtraImageListRebuilding(WPARAM, LPARAM)
int onExtraImageApplying(WPARAM wParam, LPARAM)
{
+ void setClistIcon(HANDLE);
if(g_hCLIcon && ServiceExists(MS_CLIST_EXTRA_SET_ICON))
{
- IconExtraColumn iec = {0}; //need to init this
+// IconExtraColumn iec = {0}; //need to init this
if( g_hCLIcon )
- ExtraIcon_SetIcon(g_hCLIcon, (HANDLE)wParam, iec.hImage);
+ setClistIcon((HANDLE)wParam);
+// ExtraIcon_SetIcon(g_hCLIcon, (HANDLE)wParam, iec.hImage);
}
return 0;
}