From 57e9df052dc9668b7aee69afe74cf01530ed3b76 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 24 Aug 2009 15:52:44 -0600 Subject: Change default for whispers in tabs It will now default to showing whispers in tabs. --- src/gui/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3-70-g09d2