diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-12-29 16:55:09 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-12-29 16:55:09 +0200 |
commit | 7cf015425677c1112d5c8ec90f77e34320ad1009 (patch) | |
tree | 29888c69c90d8b24c1acc5c6a97b1e958b4dbebe /indra/newview/llpanelobjectinventory.cpp | |
parent | 1918428e66b63d66260717f581e865b472f821ea (diff) |
MAINT-1998 FIXED 'Open' menu item is absent in pop-up menu for notecard marked for sale from object's content
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rwxr-xr-x | indra/newview/llpanelobjectinventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |