summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-30 18:33:00 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-30 18:33:00 -0600
commitcaf3cad2da9945e48fc2104404460f639c71a6b0 (patch)
tree513663c5b27299bb088d7af51bcf3fec8f207fa5 /src/gui/widgets/chattab.h
parentdc8df2e9205724c7d4c9a7b6599770ddd29aace3 (diff)
downloadMana-caf3cad2da9945e48fc2104404460f639c71a6b0.tar.gz
Mana-caf3cad2da9945e48fc2104404460f639c71a6b0.tar.bz2
Mana-caf3cad2da9945e48fc2104404460f639c71a6b0.tar.xz
Mana-caf3cad2da9945e48fc2104404460f639c71a6b0.zip
Hilight chat tabs when appropriate
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r--src/gui/widgets/chattab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h
index 76b33011..88443aa3 100644
--- a/src/gui/widgets/chattab.h
+++ b/src/gui/widgets/chattab.h
@@ -110,6 +110,8 @@ class ChatTab : public Tab
friend class ChatWindow;
friend class WhisperWindow;
+ virtual void setCurrent() { setHighlighted(false); }
+
virtual void handleInput(const std::string &msg);
virtual void handleCommand(std::string msg);