diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-30 18:33:00 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-30 18:33:00 -0600 |
commit | caf3cad2da9945e48fc2104404460f639c71a6b0 (patch) | |
tree | 513663c5b27299bb088d7af51bcf3fec8f207fa5 /src/gui/widgets/chattab.h | |
parent | dc8df2e9205724c7d4c9a7b6599770ddd29aace3 (diff) | |
download | mana-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.h | 2 |
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); |