diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-09 14:21:49 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-09 14:21:49 +0000 |
commit | 3c75565675032ec1531db59716b4ab8bbb969d3c (patch) | |
tree | c0c042755954bc0a557ffb4e1032764e898445f3 /indra/newview/llimfloater.cpp | |
parent | 5abb6dece78d9c7639511830590e0f447790fa82 (diff) | |
parent | 99aad90f63f0bf58f71a283447959e55833905db (diff) |
PE merge
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 34ab541a8e..53cdfcc9b2 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -407,12 +407,7 @@ LLIMFloater* LLIMFloater::show(const LLUUID& session_id) } } - if (floater_container) - { - //selecting the panel resets a chiclet's counter - floater_container->selectFloater(floater); - floater_container->setVisible(TRUE); - } + floater->openFloater(floater->getKey()); } else { |