From f06df79eedfdef7ee180ca5d3c8becfa605da516 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 3 Feb 2024 14:52:30 +0300 Subject: fixes #4162 (IRC: serch in list of channels does not work for topics) --- protocols/IRCG/src/channelList.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') diff --git a/protocols/IRCG/src/channelList.cpp b/protocols/IRCG/src/channelList.cpp index 1743d15936..efd7c380d2 100644 --- a/protocols/IRCG/src/channelList.cpp +++ b/protocols/IRCG/src/channelList.cpp @@ -169,6 +169,8 @@ public: // Match the text? wchar_t *t = wcsstr(lvm.pszText, strFilterText); if (t == nullptr) { // If no, then Check if in the topics + lvm.iSubItem = 3; // 4th column + lvm.iItem = i; m_list.GetItem(&lvm); // Match the text? -- cgit v1.2.3