From fb5417b7166742b081d61d33871d13ef76719fa4 Mon Sep 17 00:00:00 2001 From: AlexanderP ProductEngine Date: Fri, 7 Dec 2012 17:53:17 +0200 Subject: CHUI-564 : Fixed : (Conversation floater always opens when new IM is received) : Remove obsolete code: control of an visibility of container was delegated to on_new_message() [see llimview.cpp] --- indra/newview/llfloaterimsessiontab.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra') diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 0567ea3d8a..7d6ba093eb 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -168,11 +168,6 @@ void LLFloaterIMSessionTab::addToHost(const LLUUID& session_id) || gSavedSettings.getBOOL("NearbyChatIsNotTornOff")) { floater_container->addFloater(conversp, FALSE, LLTabContainer::END); - - if (!floater_container->getVisible()) - { - LLFloaterReg::toggleInstanceOrBringToFront("im_container"); - } } else { -- cgit v1.2.3