summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelimcontrolpanel.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2009-12-23 16:35:45 +0200
committerIgor Borovkov <iborovkov@productengine.com>2009-12-23 16:35:45 +0200
commit4cea2cac115f47e3699f1528f92ce3adcf76d87a (patch)
tree582b6188141303ea81c5fd17480b9c4be33bd303 /indra/newview/llpanelimcontrolpanel.h
parentcf18b668ce65cade3b0f2257f4005098b81b9e07 (diff)
fixed EXT-3635 States of Call/Leave Call buttons are not properly managed when starting call using Call button in people panels
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelimcontrolpanel.h')
-rw-r--r--indra/newview/llpanelimcontrolpanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelimcontrolpanel.h b/indra/newview/llpanelimcontrolpanel.h
index 711340efc7..c18be5a6df 100644
--- a/indra/newview/llpanelimcontrolpanel.h
+++ b/indra/newview/llpanelimcontrolpanel.h
@@ -57,6 +57,8 @@ public:
virtual void onVoiceChannelStateChanged(const LLVoiceChannel::EState& old_state, const LLVoiceChannel::EState& new_state);
+ void updateButtons(bool is_call_started);
+
virtual void setSessionId(const LLUUID& session_id);
const LLUUID& getSessionId() { return mSessionId; }