summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2012-12-07 19:56:16 +0200
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2012-12-07 19:56:16 +0200
commitcd20d3dc2b02754ca14b314a9cab505535ff8e8d (patch)
treec91a1a8cbaedf3b60a4c708c6c531ed6335e0915 /indra
parent6122f000cb249dd2f8cbc0d16e664bb1b00d5864 (diff)
CHUI-512 FIXED New incoming conversations take focus in message panel only and do not show toasts
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 8e4e4e809a..4c6d8fa5a0 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -167,7 +167,7 @@ void LLFloaterIMSessionTab::addToHost(const LLUUID& session_id)
if (!conversp->isNearbyChat()
|| gSavedSettings.getBOOL("NearbyChatIsNotTornOff"))
{
- floater_container->addFloater(conversp, !floater_container->getVisible(), LLTabContainer::END);
+ floater_container->addFloater(conversp, !floater_container->getVisible(), LLTabContainer::RIGHT_OF_CURRENT);
}
else
{