diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-03-04 15:44:17 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-03-04 15:44:17 +0200 |
commit | bb4e48e1d1eada7d0b6f94e7e693bd8341c15102 (patch) | |
tree | 87d3576ac0d2c10212f398c720dfb1b81e636dcd /indra/newview/llimview.cpp | |
parent | b6d5909ddc06613c581dbd8a60dedf14ffb9d1fe (diff) | |
parent | 5b0625880ab990d57d763e89c1d821623501f836 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 1dc601e260..b3f085ef6d 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1565,7 +1565,7 @@ void LLCallDialog::onOpen(const LLSD& key) LLDockableFloater::onOpen(key); // it should be over the all floaters. EXT-5116 - gFloaterView->bringToFront(this); + gFloaterView->bringToFront(this, FALSE); } void LLCallDialog::setIcon(const LLSD& session_id, const LLSD& participant_id) |