diff options
| author | George Hazan <george.hazan@gmail.com> | 2012-08-16 09:45:49 +0000 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2012-08-16 09:45:49 +0000 |
| commit | 130c2312fc836432ede2202f3ccb45624dca559f (patch) | |
| tree | 9d91e9c032d86983f69c4d095eb9f8c2ae04b5ce /plugins/ExtraIcons/src/ExtraIcon.cpp | |
| parent | d1b34f9184e45f402d87db5bd9371e15bee9c50b (diff) | |
fix for icolib-based extra icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@1478 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExtraIcons/src/ExtraIcon.cpp')
| -rw-r--r-- | plugins/ExtraIcons/src/ExtraIcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExtraIcons/src/ExtraIcon.cpp b/plugins/ExtraIcons/src/ExtraIcon.cpp index a06fa6f446..e681e3139d 100644 --- a/plugins/ExtraIcons/src/ExtraIcon.cpp +++ b/plugins/ExtraIcons/src/ExtraIcon.cpp @@ -67,7 +67,7 @@ void ExtraIcon::applyIcons() while (hContact != NULL)
{
// Clear to assert that it will be cleared
- Clist_SetExtraIcon(hContact, slot, (HANDLE) -1);
+ Clist_SetExtraIcon(hContact, slot, INVALID_HANDLE_VALUE);
applyIcon(hContact);
|
