summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index f1814d93..c0597a64 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -453,7 +453,7 @@ void ChatWindow::whisper(const std::string &nick,
if (i != mWhispers.end())
tab = i->second;
- else if (config.getValue("whispertab", false))
+ else if (config.getValue("whispertab", true))
tab = addWhisperTab(nick);
if (tab)