diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-08-30 16:38:36 +0200 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-08-30 16:38:36 +0200 |
commit | ab0d3af8a9ff299ed766f17eef2e662de41c4d69 (patch) | |
tree | 07c52f86428792351af86df80565ddf3219fc277 /src/gui/chat.cpp | |
parent | c9181484b53f5b1a05a8a952f88416fd7d095d67 (diff) | |
parent | 03e5eaec783ed1519a7552cc69a0a2d3cf5ccf0c (diff) | |
download | mana-ab0d3af8a9ff299ed766f17eef2e662de41c4d69.tar.gz mana-ab0d3af8a9ff299ed766f17eef2e662de41c4d69.tar.bz2 mana-ab0d3af8a9ff299ed766f17eef2e662de41c4d69.tar.xz mana-ab0d3af8a9ff299ed766f17eef2e662de41c4d69.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
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) |