summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-12-28 17:41:08 +0200
committerMike Antipov <mantipov@productengine.com>2009-12-28 17:41:08 +0200
commit2acc694f2193e64d0665aa904dfec6cf532c8efb (patch)
tree3ec69a375dd26dae670064d429c9dca025d9a127 /indra
parent0bf77e227553eee4221cda5ddbe937399f6f61bb (diff)
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
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llcallfloater.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp
index 8a8bab6ab8..f9e3a3da36 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;
}