summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-19 11:47:28 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-19 11:47:28 -0600
commit4d6fd10b94d9c4fb2949272ffe1de1300f33405b (patch)
treedac84561f29e11055017cb57354f840e15ca508a /src/gui/chat.h
parent5201050a8822dd0a33ffa3a6e9fee7c73cb215de (diff)
downloadmana-client-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.tar.gz
mana-client-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.tar.bz2
mana-client-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.tar.xz
mana-client-4d6fd10b94d9c4fb2949272ffe1de1300f33405b.zip
Make /query switch to the new tab
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h2
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;