diff options
Diffstat (limited to 'src')
-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; } |