diff options
Diffstat (limited to 'Plugins/extraicons/extraicons.cpp')
| -rw-r--r-- | Plugins/extraicons/extraicons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/extraicons/extraicons.cpp b/Plugins/extraicons/extraicons.cpp index e71086b..bb97dbd 100644 --- a/Plugins/extraicons/extraicons.cpp +++ b/Plugins/extraicons/extraicons.cpp @@ -214,7 +214,7 @@ int Clist_SetExtraIcon(HANDLE hContact, int slot, HANDLE hImage) IconExtraColumn iec = { 0 };
iec.cbSize = sizeof(iec);
iec.ColumnType = ConvertToClistSlot(slot);
- iec.hImage = (hImage == NULL ? (HANDLE) -1 : hImage);
+ iec.hImage = hImage;
return CallService(MS_CLIST_EXTRA_SET_ICON, (WPARAM) hContact, (LPARAM) &iec);
}
|
