summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/src/dlg_propsheet.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}