From 8cb0ea09e969f20cafd1a79cf682089cdc230bff Mon Sep 17 00:00:00 2001 From: Hazim Gazov Date: Mon, 10 May 2010 14:17:56 -0300 Subject: [PATCH] this should pass an empy LLSD() instead of a null... --- indra/newview/llinventorybridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 4dbfa3511..615948f3a 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -4011,7 +4011,7 @@ void LLObjectBridge::buildContextMenu(LLMenuGL& menu, U32 flags) else { LLSimpleListener* callback = mInventoryPanel->getListenerByName("Inventory.AttachCustom"); - new_item->addListener(callback, "on_click", NULL); + new_item->addListener(callback, "on_click", LLSD()); } // }