diff options
| author | Callum Prentice <callum@lindenlab.com> | 2010-03-04 14:33:25 -0800 |
|---|---|---|
| committer | Callum Prentice <callum@lindenlab.com> | 2010-03-04 14:33:25 -0800 |
| commit | 88cf648176f9ce8214516f4d81d8d1cd55cede2f (patch) | |
| tree | 9aac41a6c360fe826aaef02cbfd284e06f9b5770 /indra/newview/llimview.cpp | |
| parent | 34c8f6f7fa728c139a0da0deaccf6fda3d228680 (diff) | |
| parent | 14579a1ccab2817b019a61ffe1ac6b5edc3eb146 (diff) | |
Merge with tip
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) |
