diff options
| author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-12-07 17:53:17 +0200 | 
|---|---|---|
| committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-12-07 17:53:17 +0200 | 
| commit | fb5417b7166742b081d61d33871d13ef76719fa4 (patch) | |
| tree | 007dde4f373d95e29c279aa9995942748f4ed758 | |
| parent | 979360340fe05e83948fb1680b2e87292a333094 (diff) | |
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]
| -rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
| 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  			{ | 
