diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-14 18:25:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-14 18:25:13 +0000 |
commit | f981f964c82253757f8298f313eb1dedfdf06147 (patch) | |
tree | 6011790a9309e2edbeedcfc7406cd38d36404551 /plugins | |
parent | 8f3c8599fb3034b20c5c6934c2fc9676a13d0b8f (diff) |
crash in clist_mw while changing icolib settings
git-svn-id: http://svn.miranda-ng.org/main/trunk@414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Mwclist/CLUIFrames/extraimage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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;
}
|