diff --git a/indra/newview/fsfloaterimcontainer.cpp b/indra/newview/fsfloaterimcontainer.cpp index 0eb7a0611b..9ab8ff7035 100644 --- a/indra/newview/fsfloaterimcontainer.cpp +++ b/indra/newview/fsfloaterimcontainer.cpp @@ -111,7 +111,7 @@ void FSFloaterIMContainer::onOpen(const LLSD& key) // first set the tear-off host to the conversations container floater_contacts->setHost(this); // clear the tear-off host right after, the "last host used" will still stick - setHost(NULL); + floater_contacts->setHost(NULL); // reparent to floater view gFloaterView->addChild(floater_contacts); }