diff options
author | Richard Linden <none@none> | 2010-08-19 17:35:49 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-08-19 17:35:49 -0700 |
commit | b7266b13c96e76a64e7220baa1d4cd3cb0f9bb29 (patch) | |
tree | aaaf4a18f86552d08b85735aef13218c4f55cf49 /indra | |
parent | 48e0087ce3096e3ebe778124cdb21b87eedcc07c (diff) |
eliminated spam when parsing hints llsd
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llhints.cpp | 2 |
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()) |