summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-30 17:04:39 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-30 17:04:39 -0600
commit61392840d52a3976b886f7638ff5babcb5509c49 (patch)
tree0dd7d5c5a519347dfaac9fd28c6a9416a31afe57 /src/gui/widgets/whispertab.cpp
parent9dcf6f579a70736fc2027ea8c0c6d63baa8bbe5a (diff)
downloadMana-61392840d52a3976b886f7638ff5babcb5509c49.tar.gz
Mana-61392840d52a3976b886f7638ff5babcb5509c49.tar.bz2
Mana-61392840d52a3976b886f7638ff5babcb5509c49.tar.xz
Mana-61392840d52a3976b886f7638ff5babcb5509c49.zip
Allow tabs to be colored and color whisper tabs
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r--src/gui/widgets/whispertab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp
index 9e6d9336..75131bda 100644
--- a/src/gui/widgets/whispertab.cpp
+++ b/src/gui/widgets/whispertab.cpp
@@ -39,7 +39,7 @@ WhisperTab::WhisperTab(const std::string &nick) :
ChatTab(nick),
mNick(nick)
{
- setForegroundColor(guiPalette->getColor(Palette::WHISPER));
+ setTabColor(guiPalette->getColor(Palette::WHISPER));
}
WhisperTab::~WhisperTab()