diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-07 19:56:16 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-07 19:56:16 +0200 |
commit | cd20d3dc2b02754ca14b314a9cab505535ff8e8d (patch) | |
tree | c91a1a8cbaedf3b60a4c708c6c531ed6335e0915 | |
parent | 6122f000cb249dd2f8cbc0d16e664bb1b00d5864 (diff) |
CHUI-512 FIXED New incoming conversations take focus in message panel only and do not show toasts
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 2 |
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 { |