aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/newview/llfloateractivespeakers.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloateractivespeakers.cpp b/linden/indra/newview/llfloateractivespeakers.cpp
index f8c3166..51e7b89 100644
--- a/linden/indra/newview/llfloateractivespeakers.cpp
+++ b/linden/indra/newview/llfloateractivespeakers.cpp
@@ -511,9 +511,7 @@ void LLPanelActiveSpeakers::refreshSpeakers()
511 } 511 }
512 else 512 else
513 { 513 {
514 static LLColor4* sDefaultListText = rebind_llcontrol<LLColor4>("DefaultListText", &gColors, true); 514 name_cell->setColor(LLColor4::black);
515
516 name_cell->setColor((*sDefaultListText));
517 } 515 }
518 516
519 std::string speaker_name; 517 std::string speaker_name;