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 --- src/core/stdmsg/src/msgdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/stdmsg') diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index a13c704257..4254e28119 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -1488,7 +1488,7 @@ void CMsgDialog::UpdateTitle() { wchar_t newtitle[256]; if (isChat()) { - int nUsers = m_si->getUserList().getCount(); + int nUsers = m_nickList.GetCount(); switch (m_si->iType) { case GCW_CHATROOM: -- cgit v1.2.3