diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-02-11 13:57:48 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-02-11 13:57:48 +0200 |
commit | 23bc796a7f8cbe3163041c4a81018b1d89008cc2 (patch) | |
tree | 8c86e9b160b9cddec969b5de55f6d2a32769508a /indra/newview | |
parent | 0133b3d3f95a6f1c07d695ef9f64d736c15d88e4 (diff) |
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
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llimview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<LLTextBox>("calling")->setVisible(true); + getChild<LLButton>("Cancel")->setVisible(true); if(show_oldchannel) { getChild<LLTextBox>("leaving")->setVisible(true); |