diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-16 15:12:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-16 15:12:16 +0300 |
commit | 8f23785d669b571df8e6df4ae17cd1aca684b9b6 (patch) | |
tree | 64bb29ffbdcbbf4fe4f9abafb06e59ef9b161892 /src/mir_app | |
parent | 757fb8c1b1387b1fe5748bf480b1df6d5d2980e8 (diff) |
fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window)
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/chat_tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/chat_tools.cpp b/src/mir_app/src/chat_tools.cpp index b52daff207..e0ff086d1d 100644 --- a/src/mir_app/src/chat_tools.cpp +++ b/src/mir_app/src/chat_tools.cpp @@ -567,6 +567,7 @@ MIR_APP_DLL(BOOL) Chat_DoEventHook(SESSION_INFO *si, int iType, const USERINFO * gch.ptszText = (LPTSTR)pszText;
gch.dwData = dwItem;
+ gch.pDlg = si->pDlg;
NotifyEventHooks(hevSendEvent, 0, (WPARAM)&gch);
return TRUE;
}
|