From a68441b93fe69b1f2de45f262ab6175ba651edee Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Wed, 29 Sep 2010 22:29:01 +0200 Subject: Reverted to previous version to avoid crash on local chat open. --- linden/indra/newview/llfloateractivespeakers.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'linden') 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() } else { - static LLColor4* sDefaultListText = rebind_llcontrol("DefaultListText", &gColors, true); - - name_cell->setColor((*sDefaultListText)); + name_cell->setColor(LLColor4::black); } std::string speaker_name; -- cgit v1.1