diff options
| -rwxr-xr-x | indra/newview/llfloaterimcontainer.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index 29216f8d9a..396e31dd27 100755 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -116,6 +116,10 @@ void LLFloaterIMContainer::sessionAdded(const LLUUID& session_id, const std::str  void LLFloaterIMContainer::sessionActivated(const LLUUID& session_id, const std::string& name, const LLUUID& other_participant_id)  { +	if(!isInVisibleChain()) +	{ +		setVisibleAndFrontmost(false); +	}  	selectConversationPair(session_id, true);  	collapseMessagesPane(false);  } | 
