summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-12-29 16:55:09 +0200
committerandreykproductengine <akleshchev@productengine.com>2014-12-29 16:55:09 +0200
commit7cf015425677c1112d5c8ec90f77e34320ad1009 (patch)
tree29888c69c90d8b24c1acc5c6a97b1e958b4dbebe
parent1918428e66b63d66260717f581e865b472f821ea (diff)
MAINT-1998 FIXED 'Open' menu item is absent in pop-up menu for notecard marked for sale from object's content
-rwxr-xr-xindra/newview/llpanelobjectinventory.cpp2
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())
{