diff options
author | George Hazan <ghazan@miranda.im> | 2021-12-20 22:20:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-12-20 22:20:36 +0300 |
commit | 42809c8f3d5248bbc4bd16724d8f5c9fcb254907 (patch) | |
tree | 5a382703a56899e674ce535b029eb7851368e64f /plugins/IEView | |
parent | 16809066c4931a34de2403e4c0bfcee3b98f42b5 (diff) |
IEView: fix for broken templates
Diffstat (limited to 'plugins/IEView')
-rw-r--r-- | plugins/IEView/src/ieview_logger.cpp | 1 |
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)); } |