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
master
Mike Antipov 2009-12-28 17:41:08 +02:00
parent 0bf77e2275
commit 2acc694f21
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}