From 2d9a05f25b44439709d7158f786e9f1dd710b3b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Jul 2012 14:51:42 +0000 Subject: clist_mw now works too git-svn-id: http://svn.miranda-ng.org/main/trunk@881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/modern_toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern/modern_toolbar.cpp') diff --git a/plugins/Clist_modern/modern_toolbar.cpp b/plugins/Clist_modern/modern_toolbar.cpp index 89de2e2609..36d05bfa01 100644 --- a/plugins/Clist_modern/modern_toolbar.cpp +++ b/plugins/Clist_modern/modern_toolbar.cpp @@ -254,7 +254,7 @@ static int ToolBar_LayeredPaintProc(HWND hWnd, HDC hDC, RECT *rcPaint, HRGN rgn, void CustomizeToolbar(HWND hwnd) { - TTBCtrlCustomize custData = { sizeof(ModernToolbarCtrl), toolbarWndProc, NULL }; + TTBCtrlCustomize custData = { sizeof(ModernToolbarCtrl), toolbarWndProc }; SendMessage(hwnd, TTB_SETCUSTOM, 0, (LPARAM)&custData); CallService(MS_SKINENG_REGISTERPAINTSUB,(WPARAM)hwnd,(LPARAM)ToolBar_LayeredPaintProc); -- cgit v1.2.3