diff options
author | McCabe Maxsted | 2010-07-16 04:15:25 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-07-16 04:15:25 -0700 |
commit | 89853326a64f652aa276696fc53e4faf1c9fece8 (patch) | |
tree | aff02626c38f3a7ed305da415147b18510838236 /linden/indra/newview/llfloaterchat.cpp | |
parent | Fixed small typo in notifications.xml (diff) | |
download | meta-impy-89853326a64f652aa276696fc53e4faf1c9fece8.zip meta-impy-89853326a64f652aa276696fc53e4faf1c9fece8.tar.gz meta-impy-89853326a64f652aa276696fc53e4faf1c9fece8.tar.bz2 meta-impy-89853326a64f652aa276696fc53e4faf1c9fece8.tar.xz |
Temporarily commented out the channel spinner in Local Chat until toggling works right
Diffstat (limited to 'linden/indra/newview/llfloaterchat.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterchat.cpp | 4 |
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 |
256 | void LLFloaterChat::toggleHistoryChannelControl() | 256 | void 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 |