diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-18 21:11:56 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-18 21:11:56 +0300 |
commit | bc5e0eda1b1b9c289734bebe6a533565aadfd3a2 (patch) | |
tree | 372f21c43d094f959a2cb77e72ab0bd384fd5f1c /indra/newview/llimfloatercontainer.cpp | |
parent | 5207da8a63dcd4ab85dc3384c66340455a8aa7d1 (diff) |
CHUI-119 fixed bug with creating multiply instances of the nearby chat;
Diffstat (limited to 'indra/newview/llimfloatercontainer.cpp')
-rw-r--r-- | indra/newview/llimfloatercontainer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp index af5d587f20..8493a0e7b8 100644 --- a/indra/newview/llimfloatercontainer.cpp +++ b/indra/newview/llimfloatercontainer.cpp @@ -96,8 +96,7 @@ void LLIMFloaterContainer::onOpen(const LLSD& key) // If there's *no* conversation open so far, we force the opening of the nearby chat conversation // *TODO: find a way to move this to XML as a default panel or something like that LLSD name("chat_bar"); - LLSD key(""); - LLFloaterReg::toggleInstanceOrBringToFront(name,key); + LLFloaterReg::toggleInstanceOrBringToFront(name); } /* if (key.isDefined()) |