diff options
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r-- | metacontacts/meta_services.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index db365de..e64a27d 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -445,7 +445,6 @@ int MetaFilter_RecvMessage(WPARAM wParam,LPARAM lParam) _snprintf(toolTip, sizeof(toolTip), Translate("Message from %s"), contactName);
cle.pszTooltip = toolTip;
CallService(MS_CLIST_ADDEVENT, 0, (LPARAM) & cle);
- CallService(MS_SKIN2_RELEASEICON, (WPARAM)cle.hIcon, 0);
}
if(options.metahistory) {
|