diff options
| -rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index 05db0e93e6..cef45a5b56 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1769,7 +1769,7 @@ void LLFloaterIMContainer::openNearbyChat()  {  	// If there's only one conversation in the container and that conversation is the nearby chat  	//(which it should be...), open it so to make the list of participants visible. This happens to be the most common case when opening the Chat floater. -	if(mConversationsItems.size() == 1) +	if((mConversationsItems.size() == 1)&&(!mConversationsPane->isCollapsed()))  	{  		LLConversationViewSession* nearby_chat = dynamic_cast<LLConversationViewSession*>(get_ptr_in_map(mConversationsWidgets,LLUUID()));  		if (nearby_chat) | 
