summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-12 09:34:00 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-12 09:34:00 -0600
commitfd47b191acef2230183cee1ab54901c777291e46 (patch)
tree06dd43fa5d1406e561bd43cc4faff91041af1e5a /src/gui/chat.cpp
parent657afb7b642d5b02289c6bb5bc883c2987cdf5d1 (diff)
downloadmana-client-fd47b191acef2230183cee1ab54901c777291e46.tar.gz
mana-client-fd47b191acef2230183cee1ab54901c777291e46.tar.bz2
mana-client-fd47b191acef2230183cee1ab54901c777291e46.tar.xz
mana-client-fd47b191acef2230183cee1ab54901c777291e46.zip
Don't automatically switch to new WhisperTabs
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 027297a2..72c1976d 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -493,7 +493,5 @@ ChatTab *ChatWindow::addWhisperTab(const std::string &nick, bool switchTo)
ChatTab *ret = mWhispers[tempNick] = new WhisperTab(nick);
- mChatTabs->setSelectedTab(ret);
-
return ret;
}