aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-25 19:54:02 -0700
committerMcCabe Maxsted2009-09-25 19:54:02 -0700
commit64ee599c5b54496853025df6f609764acb846248 (patch)
tree0e6085a0237fc81c8639ed303549100a0be47b85 /linden/indra/newview/llchatbar.cpp
parentFixed region names not showing up on regions with zero avatars (diff)
downloadmeta-impy-64ee599c5b54496853025df6f609764acb846248.zip
meta-impy-64ee599c5b54496853025df6f609764acb846248.tar.gz
meta-impy-64ee599c5b54496853025df6f609764acb846248.tar.bz2
meta-impy-64ee599c5b54496853025df6f609764acb846248.tar.xz
Temporarily disable chat channel control in chat history until it's fixed
Diffstat (limited to 'linden/indra/newview/llchatbar.cpp')
-rw-r--r--linden/indra/newview/llchatbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp
index 1de3690..46024ab 100644
--- a/linden/indra/newview/llchatbar.cpp
+++ b/linden/indra/newview/llchatbar.cpp
@@ -217,7 +217,7 @@ void LLChatBar::refresh()
217 217
218 childSetValue("History", LLFloaterChat::instanceVisible(LLSD())); 218 childSetValue("History", LLFloaterChat::instanceVisible(LLSD()));
219 219
220 childSetValue("channel_control",( 1.f * ((S32)(getChild<LLSpinCtrl>("channel_control")->get()))) ); 220 //childSetValue("channel_control",( 1.f * ((S32)(getChild<LLSpinCtrl>("channel_control")->get()))) );
221 childSetEnabled("Say", mInputEditor->getText().size() > 0); 221 childSetEnabled("Say", mInputEditor->getText().size() > 0);
222 childSetEnabled("Shout", mInputEditor->getText().size() > 0); 222 childSetEnabled("Shout", mInputEditor->getText().size() > 0);
223 223