diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-04 22:20:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-04 22:20:53 +0000 |
commit | 3ed8130e44a7f076fba9f4957c09920716441f48 (patch) | |
tree | 26f9d41bee60b42aa83bcb8e45a8429aace1a7d4 /plugins/Clist_modern | |
parent | c5264c855d9576c0580af5c60f71ff1ebf2e1d42 (diff) |
crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/modern_toolbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/modern_toolbar.cpp b/plugins/Clist_modern/src/modern_toolbar.cpp index 95ba2715ed..7a0c0d741f 100644 --- a/plugins/Clist_modern/src/modern_toolbar.cpp +++ b/plugins/Clist_modern/src/modern_toolbar.cpp @@ -266,6 +266,7 @@ static LRESULT CALLBACK toolbarWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARA case WM_DESTROY:
xpt_FreeThemeForWindow(hwnd);
+ CallService(MS_SKINENG_REGISTERPAINTSUB, (WPARAM)hwnd, 0);
default:
return 0;
|