diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-18 14:21:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-18 14:21:10 +0300 |
commit | 6160ab394c57080c71b737375f47d1fb7b6a16d0 (patch) | |
tree | 2c77e37835730a77ccb1826f30b1ab005a25bd6d /plugins | |
parent | 6ed0f28f9288a76e479b916f2e579b1a61ac47fd (diff) |
fixes #4130 (Переделать настройку "использовать сторонний просмотрщик журнала в групповых чатах")
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/UserInfoEx/src/classPsTree.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/classPsTree.cpp b/plugins/UserInfoEx/src/classPsTree.cpp index 9dc874d8eb..64f5bf5b03 100644 --- a/plugins/UserInfoEx/src/classPsTree.cpp +++ b/plugins/UserInfoEx/src/classPsTree.cpp @@ -908,8 +908,7 @@ int CPsTree::OnApply() if (pti == nullptr) return 1; - PSHNOTIFY pshn; - pshn.hdr.idFrom = 0; + PSHNOTIFY pshn = {}; pshn.hdr.code = PSN_KILLACTIVE; pshn.hdr.hwndFrom = pti->Wnd(); if (SendMessage(pshn.hdr.hwndFrom, WM_NOTIFY, 0, (LPARAM)&pshn)) |