summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-05-08 21:26:07 -0700
committerMerov Linden <merov@lindenlab.com>2014-05-08 21:26:07 -0700
commitb4ddacaa5a3a6a46c38e13a52254c16956e9ed5a (patch)
treea2605c7ec5cdad4dc2f10b609a43cce4111c4851 /indra/newview/llinventorybridge.cpp
parent4d14e1ca9600d7ca7023edbd3827fbff994c8110 (diff)
DD-22 : WIP : More clean up of marketplace classes, rationalize methods naming
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rwxr-xr-xindra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 759716f024..6bb93633d4 100755
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -872,7 +872,7 @@ void LLInvFVBridge::addMarketplaceContextMenuOptions(U32 flags,
{
disabled_items.push_back(std::string("Marketplace Create Listing"));
disabled_items.push_back(std::string("Marketplace Associate Listing"));
- if (LLMarketplaceData::instance().getVersionFolderID(mUUID).isNull())
+ if (LLMarketplaceData::instance().getVersionFolder(mUUID).isNull())
{
disabled_items.push_back(std::string("Marketplace List"));
disabled_items.push_back(std::string("Marketplace Unlist"));