diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-09 13:39:45 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-09 13:39:45 +0200 |
commit | aa30d0550ca223ab387c19444e407ecb56384d7a (patch) | |
tree | d8481ca74ea2802abe2929114d99fe4b0de9421b /indra/newview/llimfloater.cpp | |
parent | a567b5f24b727c8f205aa8f925f772ead57c01f9 (diff) |
Fixed normal bug EXT-5087 - Clicking on IMWell item does not open minimized multi tabbed IM floater.
--HG--
branch : product-engine
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 { |