diff options
author | Cho <cho@lindenlab.com> | 2013-01-30 02:54:59 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-01-30 02:54:59 +0000 |
commit | 4f0237007a3a21cc502a1a15b0530bceaf5217db (patch) | |
tree | 56efb1a7ac58dc6cf4563f49de0547fad34e765d /indra/newview/llavataractions.cpp | |
parent | acd28e28bc6ff48789ba321a470f05f7162ddd46 (diff) |
CHUI-647 FIX "Conversations" floater is not opened when user wants to share something via "Conversation log" floater
Added call to show conversations floater in LLAvatarActions::share
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-x | indra/newview/llavataractions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 83b2888ca8..d6e457887b 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -443,6 +443,7 @@ void LLAvatarActions::share(const LLUUID& id) { LLSD key; LLFloaterSidePanelContainer::showPanel("inventory", key); + LLFloaterReg::showInstance("im_container"); LLUUID session_id = gIMMgr->computeSessionID(IM_NOTHING_SPECIAL,id); |