summaryrefslogtreecommitdiff
path: root/indra/newview/llhints.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-08-23 22:37:30 -0700
committerRichard Linden <none@none>2010-08-23 22:37:30 -0700
commit4115decfa14bb3d20f464ed0e0e3b3ec6c7b6e02 (patch)
tree80d13d1caa99af055f9fcdc2f90ddfc29c644738 /indra/newview/llhints.cpp
parentd1294e5aeb78205cbc580b8159f0a15b2102bd26 (diff)
parent44e312541acd151c9d3ae264fae44e2d10284969 (diff)
merge
Diffstat (limited to 'indra/newview/llhints.cpp')
-rw-r--r--indra/newview/llhints.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhints.cpp b/indra/newview/llhints.cpp
index e0ced5caeb..11b7ffe1af 100644
--- a/indra/newview/llhints.cpp
+++ b/indra/newview/llhints.cpp
@@ -297,7 +297,7 @@ void LLHints::show(LLNotificationPtr hint)
{
LLHintPopup::Params p(LLUICtrlFactory::getDefaultParams<LLHintPopup>());
- LLParamSDParser::instance().readSD(hint->getPayload(), p);
+ LLParamSDParser::instance().readSD(hint->getPayload(), p, true);
p.notification = hint;
if (p.validateBlock())