From 7cf015425677c1112d5c8ec90f77e34320ad1009 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Mon, 29 Dec 2014 16:55:09 +0200 Subject: MAINT-1998 FIXED 'Open' menu item is absent in pop-up menu for notecard marked for sale from object's content --- indra/newview/llpanelobjectinventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index 79eb42c20b..bf15f56b44 100755 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -654,7 +654,7 @@ void LLTaskInvFVBridge::buildContextMenu(LLMenuGL& menu, U32 flags) return; } - if(gAgent.allowOperation(PERM_OWNER, item->getPermissions(), + if(!gAgent.allowOperation(PERM_OWNER, item->getPermissions(), GP_OBJECT_MANIPULATE) && item->getSaleInfo().isForSale()) { -- cgit v1.2.3