From f981f964c82253757f8298f313eb1dedfdf06147 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Jun 2012 18:25:13 +0000 Subject: crash in clist_mw while changing icolib settings git-svn-id: http://svn.miranda-ng.org/main/trunk@414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Mwclist/CLUIFrames/extraimage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Mwclist/CLUIFrames/extraimage.cpp b/plugins/Mwclist/CLUIFrames/extraimage.cpp index 04e086c167..4cec640ebb 100644 --- a/plugins/Mwclist/CLUIFrames/extraimage.cpp +++ b/plugins/Mwclist/CLUIFrames/extraimage.cpp @@ -182,7 +182,6 @@ int OnIconLibIconChanged(WPARAM wParam,LPARAM lParam) hicon = LoadIconFromExternalFile("clisticons.dll",4,TRUE,FALSE,"Web","Contact List","Web Icon",-IDI_GLOBUS); ExtraImageIconsIndex[2] = ImageList_ReplaceIcon(hExtraImageList,ExtraImageIconsIndex[2],hicon ); - NotifyEventHooks(ME_SKIN_ICONSCHANGED,0,0); pcli->pfnClcBroadcast( INTM_INVALIDATE,0,0); return 0; } -- cgit v1.2.3