Fix logic in toggle_active_speakers.

This commit is contained in:
Lirusaito
2013-03-06 05:06:36 -05:00
parent 00e5fc1632
commit 6153beabff

View File

@@ -1969,7 +1969,7 @@ void LLFloaterIMPanel::onClickSend(void* userdata)
void LLFloaterIMPanel::onClickToggleActiveSpeakers(const LLSD& value)
{
childSetVisible("active_speakers_panel", value);
childSetVisible("active_speakers_panel", !value);
}
// static