diff options
author | McCabe Maxsted | 2009-09-25 19:54:02 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-25 19:54:02 -0700 |
commit | 64ee599c5b54496853025df6f609764acb846248 (patch) | |
tree | 0e6085a0237fc81c8639ed303549100a0be47b85 /linden/indra/newview/llfloaterchat.cpp | |
parent | Fixed region names not showing up on regions with zero avatars (diff) | |
download | meta-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 '')
-rw-r--r-- | linden/indra/newview/llfloaterchat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
108 | childSetVisible("Chat History Editor with mute",FALSE); | 108 | childSetVisible("Chat History Editor with mute",FALSE); |
109 | childSetAction("toggle_active_speakers_btn", onClickToggleActiveSpeakers, this); | 109 | childSetAction("toggle_active_speakers_btn", onClickToggleActiveSpeakers, this); |
110 | setDefaultBtn("Chat"); | 110 | setDefaultBtn("Chat"); |
111 | |||
112 | //toggleHistoryChannelControl(); temporarily disable until working | ||
111 | } | 113 | } |
112 | 114 | ||
113 | LLFloaterChat::~LLFloaterChat() | 115 | LLFloaterChat::~LLFloaterChat() |