From 64ee599c5b54496853025df6f609764acb846248 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 25 Sep 2009 19:54:02 -0700 Subject: Temporarily disable chat channel control in chat history until it's fixed --- linden/indra/newview/llchatbar.cpp | 2 +- linden/indra/newview/llfloaterchat.cpp | 2 ++ linden/indra/newview/llprefschat.cpp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'linden/indra') 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() childSetValue("History", LLFloaterChat::instanceVisible(LLSD())); - childSetValue("channel_control",( 1.f * ((S32)(getChild("channel_control")->get()))) ); + //childSetValue("channel_control",( 1.f * ((S32)(getChild("channel_control")->get()))) ); childSetEnabled("Say", mInputEditor->getText().size() > 0); childSetEnabled("Shout", mInputEditor->getText().size() > 0); diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp index 1f51a21..1f34ad0 100644 --- a/linden/indra/newview/llfloaterchat.cpp +++ b/linden/indra/newview/llfloaterchat.cpp @@ -108,6 +108,8 @@ LLFloaterChat::LLFloaterChat(const LLSD& seed) childSetVisible("Chat History Editor with mute",FALSE); childSetAction("toggle_active_speakers_btn", onClickToggleActiveSpeakers, this); setDefaultBtn("Chat"); + + //toggleHistoryChannelControl(); temporarily disable until working } LLFloaterChat::~LLFloaterChat() diff --git a/linden/indra/newview/llprefschat.cpp b/linden/indra/newview/llprefschat.cpp index f3b7278..6e55cda 100644 --- a/linden/indra/newview/llprefschat.cpp +++ b/linden/indra/newview/llprefschat.cpp @@ -194,7 +194,7 @@ void LLPrefsChatImpl::apply() if (gChatBar) { gChatBar->toggleChannelControl(); - LLFloaterChat::toggleHistoryChannelControl(); + //LLFloaterChat::toggleHistoryChannelControl(); temporarily disable until working } mChatChannel = chan_check; } -- cgit v1.1