eliminated spam when parsing hints llsd
parent
48e0087ce3
commit
b7266b13c9
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue