summaryrefslogtreecommitdiff
path: root/src/net/ea/gui/partytab.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-11 18:40:08 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-11 18:46:49 -0600
commit9c19ba0ce027fe987b101f14f35b765159947eb0 (patch)
tree2e09491ecd15c99c3cc45ebe57a8dc50c54c31d2 /src/net/ea/gui/partytab.cpp
parent39aa603099c27f9a9012a32218ea712f345c75e3 (diff)
downloadmana-client-9c19ba0ce027fe987b101f14f35b765159947eb0.tar.gz
mana-client-9c19ba0ce027fe987b101f14f35b765159947eb0.tar.bz2
mana-client-9c19ba0ce027fe987b101f14f35b765159947eb0.tar.xz
mana-client-9c19ba0ce027fe987b101f14f35b765159947eb0.zip
Switch Tab to a color pointer to update on the fly
Diffstat (limited to 'src/net/ea/gui/partytab.cpp')
-rw-r--r--src/net/ea/gui/partytab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/gui/partytab.cpp b/src/net/ea/gui/partytab.cpp
index 12ca0d8d..9b0fc8c5 100644
--- a/src/net/ea/gui/partytab.cpp
+++ b/src/net/ea/gui/partytab.cpp
@@ -38,7 +38,7 @@
PartyTab::PartyTab() :
ChatTab(_("Party"))
{
- setTabColor(guiPalette->getColor(Palette::PARTY));
+ setTabColor(&guiPalette->getColor(Palette::PARTY));
}
PartyTab::~PartyTab()