summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-10 18:13:02 -0800
committerrichard <none@none>2010-02-10 18:13:02 -0800
commit8bc4dcc85524a23924d3a810502503cc946ce1c1 (patch)
tree399084fa051724035218b12ab5c209a1ccedcb21 /indra/newview
parent34003b22d71e682a0efe19da851a66d20b99af00 (diff)
EXT-5321 - llinfos from non ui threads is not thread safe
reviewed by Mani
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 4a86e1ca41..b76a2e150f 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -2463,6 +2463,8 @@ void LLViewerWindow::updateUI()
{
static std::string last_handle_msg;
+ LLConsole::updateClass();
+
// animate layout stacks so we have up to date rect for world view
LLLayoutStack::updateClass();