diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-11-19 09:08:02 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-11-19 09:08:02 +0200 |
commit | f043bc32fd202de88d6823bb938128147ab4a04c (patch) | |
tree | 0b999c3fa031cc14a47206784138df54e675e035 /indra/newview/llconversationview.h | |
parent | 0cb67ec3762c1f1671fd01e331fe64a210098fd2 (diff) |
CHUI-434 (Don't display phone icon and disable phone button when voice isn't enabled)
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index 1baa8bb5ec..8156b746b2 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -78,7 +78,7 @@ public: void setVisibleIfDetached(BOOL visible); LLConversationViewParticipant* findParticipant(const LLUUID& participant_id); - void showVoiceIndicator(); + void showVoiceIndicator(bool visible); virtual void refresh(); |