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 bd99e88a9d..c36128b0bd 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1656,7 +1656,7 @@ void LLFloaterIMContainer::openNearbyChat()  		LLConversationViewSession* nearby_chat = dynamic_cast<LLConversationViewSession*>(get_ptr_in_map(mConversationsWidgets,LLUUID()));  		if (nearby_chat)  		{ -			selectConversation(LLUUID()); +			reSelectConversation();  			nearby_chat->setOpen(TRUE);  		}  	} | 
