From 2acc694f2193e64d0665aa904dfec6cf532c8efb Mon Sep 17 00:00:00 2001
From: Mike Antipov <mantipov@productengine.com>
Date: Mon, 28 Dec 2009 17:41:08 +0200
Subject: [PATCH] Work on low task EXT-3682 (Dedicated icon is required for
 AvaLine callers in the VCP) -- updated processing of "Loading" state while
 switching between voice sessions. ("Loading..." is shown until channel is in
 CONNECTED state)

--HG--
branch : product-engine
---
 indra/newview/llcallfloater.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp
index 8a8bab6ab89..f9e3a3da36a 100644
--- a/indra/newview/llcallfloater.cpp
+++ b/indra/newview/llcallfloater.cpp
@@ -755,6 +755,11 @@ void LLCallFloater::reset()
 	mParticipants = NULL;
 	mAvatarList->clear();
 
+	// update floater to show Loading while waiting for data.
+	mAvatarList->setNoItemsCommentText(LLTrans::getString("LoadingData"));
+	mAvatarList->setVisible(TRUE);
+	mNonAvatarCaller->setVisible(FALSE);
+
 	mSpeakerManager = NULL;
 }
 
-- 
GitLab