diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-05-11 21:39:29 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-05-11 21:39:29 -0400 |
commit | 260e22a429311e597e91e2d9a149c8fdbf5df5b3 (patch) | |
tree | dc35a88b84f9858a167e34769a8e8111f47ebc7d /src/gui/widgets/whispertab.cpp | |
parent | 6f501e2f687df1550dfc024f7ac5d36a5b88d548 (diff) | |
parent | eac0ebd493f6be170c8caa8df21ae147b1486d50 (diff) | |
download | mana-client-260e22a429311e597e91e2d9a149c8fdbf5df5b3.tar.gz mana-client-260e22a429311e597e91e2d9a149c8fdbf5df5b3.tar.bz2 mana-client-260e22a429311e597e91e2d9a149c8fdbf5df5b3.tar.xz mana-client-260e22a429311e597e91e2d9a149c8fdbf5df5b3.zip |
Merge branch 'master' of git://gitorious.org/tmw/mainline
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r-- | src/gui/widgets/whispertab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 17ee3fc4..23325108 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -35,7 +35,7 @@ WhisperTab::WhisperTab(const std::string &nick) : ChatTab(nick), mNick(nick) { - setTabColor(guiPalette->getColor(Palette::WHISPER)); + setTabColor(&guiPalette->getColor(Palette::WHISPER)); } WhisperTab::~WhisperTab() |