From 23bc796a7f8cbe3163041c4a81018b1d89008cc2 Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Thu, 11 Feb 2010 13:57:48 +0200 Subject: Fixed normal bug EXT-5289 ("Cancel" button is missing if call started when voice notification exists). - Added setting "Cancel" button visible when call is started. --HG-- branch : product-engine --- indra/newview/llimview.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview') diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 0965cbd0dc..5a6c6ebbee 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1665,6 +1665,7 @@ void LLOutgoingCallDialog::show(const LLSD& key) { case LLVoiceChannel::STATE_CALL_STARTED : getChild("calling")->setVisible(true); + getChild("Cancel")->setVisible(true); if(show_oldchannel) { getChild("leaving")->setVisible(true); -- cgit v1.2.3