diff options
| author | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-05 17:08:38 +0200 | 
|---|---|---|
| committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-05 17:08:38 +0200 | 
| commit | e1b7153b4782ec4d1f8b028b435e7e4f0cf98dc2 (patch) | |
| tree | eb11b4028fbe644fb71e3a0b67ea00a14226c352 | |
| parent | 04dee1bad92da5910394f920247db60bade9ecc1 (diff) | |
CHUI-530 Additional fix
| -rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index c1daea0aeb..36eb9435e9 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1599,6 +1599,7 @@ void LLFloaterIMContainer::openNearbyChat()  		LLConversationViewSession* nearby_chat = dynamic_cast<LLConversationViewSession*>(get_ptr_in_map(mConversationsWidgets,LLUUID()));  		if (nearby_chat)  		{ +			selectConversation(LLUUID());  			nearby_chat->setOpen(TRUE);  		}  	} | 
