Skip to content
Snippets Groups Projects
Commit 4f023700 authored by Cho's avatar Cho
Browse files

CHUI-647 FIX "Conversations" floater is not opened when user wants to share...

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
parent acd28e28
No related branches found
No related tags found
No related merge requests found
...@@ -443,6 +443,7 @@ void LLAvatarActions::share(const LLUUID& id) ...@@ -443,6 +443,7 @@ void LLAvatarActions::share(const LLUUID& id)
{ {
LLSD key; LLSD key;
LLFloaterSidePanelContainer::showPanel("inventory", key); LLFloaterSidePanelContainer::showPanel("inventory", key);
LLFloaterReg::showInstance("im_container");
LLUUID session_id = gIMMgr->computeSessionID(IM_NOTHING_SPECIAL,id); LLUUID session_id = gIMMgr->computeSessionID(IM_NOTHING_SPECIAL,id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment