From 9439b05189ce9db2cbe552796995cf67126af308 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Jun 2023 14:48:33 +0300 Subject: SESSION_INFO: separate list for the interface support eliminated, now there's the only list of USERINFO sorted by their unique IDs --- plugins/TabSRMM/src/msgdlgother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 4b7e2e23ea..52b26b29b8 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -2725,7 +2725,7 @@ void CMsgDialog::UpdateTitle() CMStringW wszTitle; HICON hIcon = nullptr; - int nUsers = m_si->getUserList().getCount(); + int nUsers = m_nickList.GetCount(); switch (m_si->iType) { case GCW_CHATROOM: -- cgit v1.2.3