diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-01 19:42:42 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-01 19:42:42 +0200 |
commit | 279942b7bf78483fb8b2866e79782cc7e1cf260e (patch) | |
tree | 37207c34b358626b19aee9f5ffb282bd07d27a76 /indra/newview/llparticipantlist.h | |
parent | dd262a7a3682c80d67908ab4b8f31660699e85e9 (diff) |
Fixed critical bug EXT-2990 (Viewer crashes after openning "Voice Control" on IM floater)
-- added disconnecting from subscribed signals while destroying participant list
-- added disconnecting from subscribed signals while destroying Voice controls
-- added nullifying of the pointer to speaker manager when channel is changed
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r-- | indra/newview/llparticipantlist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h index 460cf4b9ef..86b38f5f1e 100644 --- a/indra/newview/llparticipantlist.h +++ b/indra/newview/llparticipantlist.h @@ -151,4 +151,9 @@ class LLParticipantList LLParticipantListMenu* mParticipantListMenu; EParticipantSortOrder mSortOrder; + + // boost::connections + boost::signals2::connection mAvatarListDoubleClickConnection; + boost::signals2::connection mAvatarListRefreshConnection; + boost::signals2::connection mAvatarListReturnConnection; }; |