summaryrefslogtreecommitdiff
path: root/plugins/IEView
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-12-20 22:20:36 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-12-20 22:20:36 +0300
commit42809c8f3d5248bbc4bd16724d8f5c9fcb254907 (patch)
tree5a382703a56899e674ce535b029eb7851368e64f /plugins/IEView
parent16809066c4931a34de2403e4c0bfcee3b98f42b5 (diff)
IEView: fix for broken templates
Diffstat (limited to 'plugins/IEView')
-rw-r--r--plugins/IEView/src/ieview_logger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEView/src/ieview_logger.cpp b/plugins/IEView/src/ieview_logger.cpp
index baecdf63b7..13f781cd74 100644
--- a/plugins/IEView/src/ieview_logger.cpp
+++ b/plugins/IEView/src/ieview_logger.cpp
@@ -69,6 +69,7 @@ public:
IEVIEWEVENT event = {};
event.iType = IEE_CLEAR_LOG;
event.hwnd = m_hwnd;
+ event.hContact = m_pDlg.m_hContact;
HandleIEEvent(0, LPARAM(&event));
}