From 2acc694f2193e64d0665aa904dfec6cf532c8efb Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Mon, 28 Dec 2009 17:41:08 +0200 Subject: 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(+) (limited to 'indra/newview') 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; } -- cgit v1.2.3