From bd7617e036ecae865e68fc305bfff2823981fe0e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 26 Jun 2024 14:19:35 +0300 Subject: =?UTF-8?q?fixes=20#4494=20(UInfoEx:=20=D0=BF=D0=B0=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B8=20=D0=B2=D1=8B=D0=B3?= =?UTF-8?q?=D1=80=D1=83=D0=B7=D0=BA=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/UserInfoEx/src/dlg_propsheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx') diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index f14314f984..8003bc4733 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -368,7 +368,7 @@ static int OnDeleteContact(WPARAM wParam, LPARAM) static int OnShutdown(WPARAM, LPARAM) { - WindowList_BroadcastAsync(g_hWindowList, WM_DESTROY, 0, 0); + WindowList_Broadcast(g_hWindowList, WM_CLOSE, 0, 0); return 0; } -- cgit v1.2.3