diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-19 11:47:28 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-19 11:47:28 -0600 |
commit | 4d6fd10b94d9c4fb2949272ffe1de1300f33405b (patch) | |
tree | dac84561f29e11055017cb57354f840e15ca508a /src/gui/chat.h | |
parent | 5201050a8822dd0a33ffa3a6e9fee7c73cb215de (diff) | |
download | mana-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.tar.gz mana-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.tar.bz2 mana-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.tar.xz mana-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.zip |
Make /query switch to the new tab
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 21f80f13..88dabb89 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -174,7 +174,7 @@ class ChatWindow : public Window, void whisper(const std::string &nick, std::string mes, bool own = false); - ChatTab *addWhisperTab(const std::string &nick); + ChatTab *addWhisperTab(const std::string &nick, bool switchTo = false); protected: friend class ChatTab; |