diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-12 09:34:00 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-12 09:34:00 -0600 |
commit | fd47b191acef2230183cee1ab54901c777291e46 (patch) | |
tree | 06dd43fa5d1406e561bd43cc4faff91041af1e5a | |
parent | 657afb7b642d5b02289c6bb5bc883c2987cdf5d1 (diff) | |
download | mana-fd47b191acef2230183cee1ab54901c777291e46.tar.gz mana-fd47b191acef2230183cee1ab54901c777291e46.tar.bz2 mana-fd47b191acef2230183cee1ab54901c777291e46.tar.xz mana-fd47b191acef2230183cee1ab54901c777291e46.zip |
Don't automatically switch to new WhisperTabs
-rw-r--r-- | src/gui/chat.cpp | 2 |
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; } |