aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceremotectrl.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-05-04 20:10:29 +0200
committerArmin Weatherwax2010-05-04 20:10:29 +0200
commit58ed680d530daf9852d00d33275594dc713ccdac (patch)
tree279628334309b655248d8544757cbced2ff1db0d /linden/indra/newview/llvoiceremotectrl.h
parentreplace ambiguous NULL pointers for g_object. (diff)
downloadmeta-impy-58ed680d530daf9852d00d33275594dc713ccdac.zip
meta-impy-58ed680d530daf9852d00d33275594dc713ccdac.tar.gz
meta-impy-58ed680d530daf9852d00d33275594dc713ccdac.tar.bz2
meta-impy-58ed680d530daf9852d00d33275594dc713ccdac.tar.xz
disable speakers button and hide floateractivespeakers if voice not enabled.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoiceremotectrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceremotectrl.h b/linden/indra/newview/llvoiceremotectrl.h
index 1f61459..6a2da78 100644
--- a/linden/indra/newview/llvoiceremotectrl.h
+++ b/linden/indra/newview/llvoiceremotectrl.h
@@ -59,6 +59,7 @@ protected:
59 LLButton* mTalkBtn; 59 LLButton* mTalkBtn;
60 LLButton* mTalkLockBtn; 60 LLButton* mTalkLockBtn;
61 LLButton* mSpeakersBtn; 61 LLButton* mSpeakersBtn;
62 bool mVoiceLastActive;
62}; 63};
63 64
64#endif // LL_LLVOICEREMOTECTRL_H 65#endif // LL_LLVOICEREMOTECTRL_H