eliminated spam when parsing hints llsd

master
Richard Linden 2010-08-19 17:35:49 -07:00
parent 48e0087ce3
commit b7266b13c9
1 changed files with 1 additions and 1 deletions

View File

@ -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())