diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-04 17:33:55 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-04 17:33:55 +0000 |
commit | 3d81e9e7f1c1abd6a63eaec7608b9664a61cba1f (patch) | |
tree | 010bfb56c9fb214300a1626c915a51fa76e9f55c /indra/newview/llimview.cpp | |
parent | e57cba8dcfe550ef0b0e205ebcc429ea33714065 (diff) | |
parent | 57f4565bb8e0e1efc5fcbb8178a8605d72c8c996 (diff) |
PE merge.
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) |