diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-03-04 14:31:53 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-03-04 14:31:53 +0200 |
commit | 4e08de74aeba2f5891d40cda0266927d0c9b59f0 (patch) | |
tree | d0aaf7482798340c2ab724a24d85c8f45b630fbc /indra/newview/llimview.cpp | |
parent | f54bf2a1eac3bc61222e5cceba77755bd340f996 (diff) | |
parent | c222c6c08a1b51bcc8072baf7d1b66f7ae9908a1 (diff) |
merged with viewer-2-0
Enter commit message. Lines beginning with 'HG:' are removed.
--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) |