diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 1dc601e26094d046272bb1b538cd2b042ac371db..b3f085ef6d566718a01243bbfbaf52077d52ca40 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)