summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2012-11-23 19:56:59 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2012-11-23 19:56:59 +0200
commita83676e1ab6ae6c12e28c5f568ac933c2e97408c (patch)
treec4610ba60642c3e9460898cc0e979cf7c885e27d /indra/newview
parentcbe90ebc9cbda965b03db2757cdb356d5f831d44 (diff)
CHUI-530 FIXED Don't switch to new conversation automatically
Diffstat (limited to 'indra/newview')
-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 0057ed3231..dcf1b52118 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -162,7 +162,7 @@ void LLFloaterIMSessionTab::addToHost(const LLUUID& session_id)
if (!conversp->isNearbyChat()
|| gSavedSettings.getBOOL("NearbyChatIsNotTornOff"))
{
- floater_container->addFloater(conversp, TRUE, LLTabContainer::END);
+ floater_container->addFloater(conversp, FALSE, LLTabContainer::END);
if (!floater_container->getVisible())
{