Removed a bunch of calls on the UI handlers that were creating listens for events that could never happen due to lacking the actual UI element. Also changed the posestand submenu to follow LL naming procedures.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-18 21:26:32 -04:00
parent 7e9ad17dc0
commit 1b45335d32
5 changed files with 7 additions and 7 deletions

View File

@@ -175,7 +175,7 @@ void LLPrefsVoice::onCommitEnableVoiceChat(LLUICtrl* ctrl, void* user_data)
bool enable = enable_voice_chat->getValue();
self->childSetEnabled("modifier_combo", enable);
self->childSetEnabled("friends_only_check", enable);
//self->childSetEnabled("friends_only_check", enable);
self->childSetEnabled("push_to_talk_label", enable);
self->childSetEnabled("voice_call_friends_only_check", enable);
self->childSetEnabled("auto_disengage_mic_check", enable);