diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-30 15:54:18 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-30 15:54:18 +0000 |
commit | 9451a687c9f422b54d1cbb21f6d8648dd2036845 (patch) | |
tree | 1a5c76396fc5b7527e78636df6b0ec02138a96c1 /Plugins/extraicons/CallbackExtraIcon.cpp | |
parent | 6a1cf551e14639349eda6295575cf04e9e770580 (diff) |
extraicons: 0.2.0.0
+ Allows group/ungroup of icons
+ New options dialog
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@170 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/CallbackExtraIcon.cpp')
-rw-r--r-- | Plugins/extraicons/CallbackExtraIcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/extraicons/CallbackExtraIcon.cpp b/Plugins/extraicons/CallbackExtraIcon.cpp index b80675d..3f4d368 100644 --- a/Plugins/extraicons/CallbackExtraIcon.cpp +++ b/Plugins/extraicons/CallbackExtraIcon.cpp @@ -63,7 +63,7 @@ int CallbackExtraIcon::setIcon(int id, HANDLE hContact, void *icon) if (!isEnabled() || hContact == NULL || id != this->id)
return -1;
- return ClistSetExtraIcon(hContact, slot, (HANDLE) icon);
+ return ClistSetExtraIcon(hContact, (HANDLE) icon);
}
void CallbackExtraIcon::storeIcon(HANDLE hContact, void *icon)
|