diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-26 13:08:51 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-26 13:08:51 +0200 |
commit | 7079deaefdd6f6e6ee0fd787307b06783be768b2 (patch) | |
tree | 08cb057d7ed3f8af318bff39c4ee7342dd4f2273 /indra/newview/llcallfloater.cpp | |
parent | 6912ada083fbfd249fa3d68ba4121649171eb2d1 (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- disable context menu for Active Speakers in Voice Control Panel
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index 2c77933b68..f566806b29 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -63,7 +63,7 @@ BOOL LLCallFloater::postBuild() mAvatarList = getChild<LLAvatarList>("speakers_list"); mSpeakerManager = LLLocalSpeakerMgr::getInstance(); - mPaticipants = new LLParticipantList(mSpeakerManager, mAvatarList); + mPaticipants = new LLParticipantList(mSpeakerManager, mAvatarList, false); LLView *anchor_panel = LLBottomTray::getInstance()->getChild<LLView>("speak_panel"); |