diff options
| author | George Hazan <ghazan@miranda.im> | 2023-01-28 19:58:25 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-01-28 19:58:25 +0300 |
| commit | 3e00af6e0b04bca9e5398f250c7dd4280da608cc (patch) | |
| tree | c435ee6859581a5226a9af4bcc989cf07196d115 /plugins | |
| parent | 11fbe8d4d458c856dcbf7e6d18561b467ef368d3 (diff) | |
IRC: fix for event broadcasting
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/Scriver/src/msgdialog.cpp | 2 | ||||
| -rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Scriver/src/msgdialog.cpp b/plugins/Scriver/src/msgdialog.cpp index abf97224a9..3618b9a1aa 100644 --- a/plugins/Scriver/src/msgdialog.cpp +++ b/plugins/Scriver/src/msgdialog.cpp @@ -1087,8 +1087,6 @@ INT_PTR CMsgDialog::DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) if (isChat()) {
SetFocus(m_message.GetHwnd());
- g_chatApi.SetActiveSession(m_si);
-
if (db_get_w(m_hContact, m_si->pszModule, "ApparentMode", 0) != 0)
db_set_w(m_hContact, m_si->pszModule, "ApparentMode", 0);
if (g_clistApi.pfnGetEvent(m_hContact, 0))
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 94f019b140..f2045b77df 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -2756,7 +2756,6 @@ void CMsgDialog::UpdateWindowState(UINT msg) }
if (m_si) {
- g_chatApi.SetActiveSession(m_si);
m_hTabIcon = m_hTabStatusIcon;
if (db_get_w(m_si->hContact, m_si->pszModule, "ApparentMode", 0) != 0)
|
