From 81afea3f11e1d51023a5bbd333d327452cf7e2d3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 13 May 2016 18:18:50 +0000 Subject: missing window unsubclassing git-svn-id: http://svn.miranda-ng.org/main/trunk@16824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SmileyAdd/src/dlgboxsubclass.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/SmileyAdd/src') diff --git a/plugins/SmileyAdd/src/dlgboxsubclass.cpp b/plugins/SmileyAdd/src/dlgboxsubclass.cpp index 2f6663f051..fa5d09face 100644 --- a/plugins/SmileyAdd/src/dlgboxsubclass.cpp +++ b/plugins/SmileyAdd/src/dlgboxsubclass.cpp @@ -21,8 +21,6 @@ along with this program. If not, see . static mir_cs csWndList; -static LRESULT CALLBACK MessageDlgSubclass(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); - // type definitions class MsgWndData : public MZeroedObject @@ -314,6 +312,7 @@ static int MsgDlgHook(WPARAM, LPARAM lParam) CloseRichCallback(wndEvtData->hwndLog); CloseRichOwnerCallback(wndEvtData->hwndWindow); } + mir_unsubclassWindow(wndEvtData->hwndWindow, MessageDlgSubclass); break; } return 0; -- cgit v1.2.3