summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.cpp
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2010-01-21 21:26:51 +0200
committerEugene Mutavchi <emutavchi@productengine.com>2010-01-21 21:26:51 +0200
commit2a974d4e1c904dcf42c3d040014ee3dff0f3447f (patch)
tree0251882242e1960f37b1f3d605044d79ace03e6c /indra/newview/llparticipantlist.cpp
parent90cdbe4ba25d1461a3598453f6362f88452064e7 (diff)
Fixed normal bug EXT-4611 (Crash on call VCP context menu)
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rw-r--r--indra/newview/llparticipantlist.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp
index a91d9bb429..88b706fb6b 100644
--- a/indra/newview/llparticipantlist.cpp
+++ b/indra/newview/llparticipantlist.cpp
@@ -125,6 +125,8 @@ LLParticipantList::~LLParticipantList()
delete mParticipantListMenu;
mParticipantListMenu = NULL;
}
+
+ mAvatarList->setContextMenu(NULL);
}
void LLParticipantList::setSpeakingIndicatorsVisible(BOOL visible)