diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 09:12:13 +0000 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 09:12:13 +0000 | 
| commit | 62f0f426532808755f6d97f34fd2d8c9e5d2fa6a (patch) | |
| tree | d8f4ff90611ce6c6ae9bab04a8c87303fd2c2a96 | |
| parent | 65025999d163c346ce79e8db6686b3d95b495b28 (diff) | |
repair meshfu for inventory API change
| -rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 6aecc4af4d..366fb091e4 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -5046,7 +5046,7 @@ void LLMeshBridge::buildContextMenu(LLMenuGL& menu, U32 flags)  	std::vector<std::string> items;  	std::vector<std::string> disabled_items; -	if(isInTrash()) +	if(isItemInTrash())  	{  		items.push_back(std::string("Purge Item"));  		if (!isItemRemovable()) | 
