summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/IRCG/src/channelList.cpp2
1 files changed, 2 insertions, 0 deletions
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?