diff options
Diffstat (limited to 'linden/indra/newview/llprefschat.cpp')
-rw-r--r-- | linden/indra/newview/llprefschat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() | |||
194 | if (gChatBar) | 194 | if (gChatBar) |
195 | { | 195 | { |
196 | gChatBar->toggleChannelControl(); | 196 | gChatBar->toggleChannelControl(); |
197 | LLFloaterChat::toggleHistoryChannelControl(); | 197 | //LLFloaterChat::toggleHistoryChannelControl(); temporarily disable until working |
198 | } | 198 | } |
199 | mChatChannel = chan_check; | 199 | mChatChannel = chan_check; |
200 | } | 200 | } |