summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-08-19 17:35:49 -0700
committerRichard Linden <none@none>2010-08-19 17:35:49 -0700
commitb7266b13c96e76a64e7220baa1d4cd3cb0f9bb29 (patch)
treeaaaf4a18f86552d08b85735aef13218c4f55cf49 /indra/newview
parent48e0087ce3096e3ebe778124cdb21b87eedcc07c (diff)
eliminated spam when parsing hints llsd
Diffstat (limited to 'indra/newview')
-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 c4cea86a31..f758df2ef8 100644
--- a/indra/newview/llhints.cpp
+++ b/indra/newview/llhints.cpp
@@ -293,7 +293,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())