Skip to content
Snippets Groups Projects
Commit a83676e1 authored by maxim@mnikolenko's avatar maxim@mnikolenko
Browse files

CHUI-530 FIXED Don't switch to new conversation automatically

parent cbe90ebc
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ void LLFloaterIMSessionTab::addToHost(const LLUUID& session_id) ...@@ -162,7 +162,7 @@ void LLFloaterIMSessionTab::addToHost(const LLUUID& session_id)
if (!conversp->isNearbyChat() if (!conversp->isNearbyChat()
|| gSavedSettings.getBOOL("NearbyChatIsNotTornOff")) || gSavedSettings.getBOOL("NearbyChatIsNotTornOff"))
{ {
floater_container->addFloater(conversp, TRUE, LLTabContainer::END); floater_container->addFloater(conversp, FALSE, LLTabContainer::END);
if (!floater_container->getVisible()) if (!floater_container->getVisible())
{ {
......
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