summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-16 15:12:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-16 15:12:16 +0300
commit8f23785d669b571df8e6df4ae17cd1aca684b9b6 (patch)
tree64bb29ffbdcbbf4fe4f9abafb06e59ef9b161892 /src/mir_app
parent757fb8c1b1387b1fe5748bf480b1df6d5d2980e8 (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.cpp1
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;
}