Bug Fixes

This commit is contained in:
phr0z3nt04st
2010-07-02 22:46:51 -05:00
parent 2a16edc0af
commit 7d30cea315
3 changed files with 9 additions and 7 deletions

View File

@@ -510,7 +510,7 @@ void LLPanelActiveSpeakers::refreshSpeakers()
name_cell->setColor(LLColor4::black);
}
// <edit>
if(!mShowTextChatters && speakerp->mType == LLSpeaker::SPEAKER_AGENT && speakerp->mID != gAgent.getID())
if(!mShowTextChatters && !(speakerp->mStatus == LLSpeaker::STATUS_NOT_IN_CHANNEL) && speakerp->mID != gAgent.getID())
{
// let us check to see if they are actually in the sim
LLViewerRegion* regionp = gAgent.getRegion();