aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterchat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterchat.cpp')
-rw-r--r--linden/indra/newview/llfloaterchat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp
index 994776e..7613e36 100644
--- a/linden/indra/newview/llfloaterchat.cpp
+++ b/linden/indra/newview/llfloaterchat.cpp
@@ -255,7 +255,7 @@ void log_chat_text(const LLChat& chat)
255// static 255// static
256void LLFloaterChat::toggleHistoryChannelControl() 256void LLFloaterChat::toggleHistoryChannelControl()
257{ 257{
258 LLFloaterChat* chat_floater = LLFloaterChat::getInstance(LLSD()); 258 /*LLFloaterChat* chat_floater = LLFloaterChat::getInstance(LLSD());
259 BOOL visible = gSavedSettings.getBOOL("ChatChannelSelect"); 259 BOOL visible = gSavedSettings.getBOOL("ChatChannelSelect");
260 BOOL control = chat_floater->getChild<LLSpinCtrl>("channel_control")->getVisible(); 260 BOOL control = chat_floater->getChild<LLSpinCtrl>("channel_control")->getVisible();
261 261
@@ -276,7 +276,7 @@ void LLFloaterChat::toggleHistoryChannelControl()
276 input->setRect(input_rect); 276 input->setRect(input_rect);
277 277
278 chat_floater->childSetVisible("channel_control", visible); 278 chat_floater->childSetVisible("channel_control", visible);
279 chat_floater->childSetEnabled("channel_control", visible); 279 chat_floater->childSetEnabled("channel_control", visible);*/
280} 280}
281 281
282// static 282// static