Fix copy&paste error in previous commit

Ansariel 2014-03-21 12:27:18 +01:00
parent ae4688b09b
commit c49a91cf13
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}