diff options
Diffstat (limited to 'indra')
| -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); | 
