EXT-8065 FIXED added hiding Start IM button on a group call invitation dialog

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/675/

--HG--
branch : product-engine
meow-7.2.2
Igor Borovkov 2010-06-30 18:46:25 +03:00
parent b023d43ad5
commit 8e7fd534aa
1 changed files with 2 additions and 2 deletions

View File

@ -1929,9 +1929,9 @@ BOOL LLIncomingCallDialog::postBuild()
mLifetimeTimer.stop();
}
//it's not possible to connect to existing Ad-Hoc chat through incoming ad-hoc call
//it's not possible to connect to existing Ad-Hoc/Group chat through incoming ad-hoc call
//and no IM for avaline
childSetVisible("Start IM", is_avatar && notify_box_type != "VoiceInviteAdHoc");
childSetVisible("Start IM", is_avatar && notify_box_type != "VoiceInviteAdHoc" && notify_box_type != "VoiceInviteGroup");
setCanDrag(FALSE);