diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 5cf727d92..77f57a9ea 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -1192,6 +1192,7 @@ ChannelTab *ChatWindow::addChannelTab(const std::string &name, { ret = new ChannelTab(this, name); mChannels[tempName] = ret; + ret->setAllowHighlight(false); if (config.getBoolValue("showChatHistory")) ret->loadFromLogFile(name); } |