diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-03 18:56:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-03 18:56:17 +0300 |
commit | 50acf9d37183f86f6f623aad410003392b0af41f (patch) | |
tree | 5a456b7e6a34182929c951fc362b7f843271c8bd | |
parent | 7dc21cf346e2c36dbcf281f28fcb0d19ae008dab (diff) |
oops...
-rw-r--r-- | src/core/stduserinfo/src/userinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index f9b77cee5d..82b0cc3ae3 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -120,6 +120,7 @@ class CUserInfoDlg : public CDlgBase NotifyEventHooks(hDetailsInitEvent, (WPARAM)&items, hContact);
for (auto &it : items.rev_iter()) {
+ it->pDialog->SetContact(hContact);
if (!it->pDialog->IsEmpty())
continue;
|