this should pass an empy LLSD() instead of a null...

This commit is contained in:
Hazim Gazov
2010-05-10 14:17:56 -03:00
parent 1ae8c0e5f6
commit 8cb0ea09e9

View File

@@ -4011,7 +4011,7 @@ void LLObjectBridge::buildContextMenu(LLMenuGL& menu, U32 flags)
else else
{ {
LLSimpleListener* callback = mInventoryPanel->getListenerByName("Inventory.AttachCustom"); LLSimpleListener* callback = mInventoryPanel->getListenerByName("Inventory.AttachCustom");
new_item->addListener(callback, "on_click", NULL); new_item->addListener(callback, "on_click", LLSD());
} }
// </edit> // </edit>
} }