diff options
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r-- | indra/newview/llstatusbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 856943da6e..4d49d33184 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -375,7 +375,7 @@ void LLStatusBar::refresh() x += buttonRect.getWidth(); } - BOOL have_voice = gVoiceClient->getAreaVoiceDisabled() ? FALSE : TRUE; + BOOL have_voice = parcel && parcel->getVoiceEnabled(); childSetVisible("status_voice", have_voice); if (have_voice) { |