diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-12-17 12:34:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-17 12:34:01 +0200 |
| commit | 62e19da404de297a0e0e54da78050aad3319444e (patch) | |
| tree | 67f646ad90b949b56cd6d59c3a7288f7048ec96d /indra/newview/llviewermenu.cpp | |
| parent | 96e0662f2ce9480a261215ff26b0077ff5de8792 (diff) | |
#5121 crash at getShowFolderState
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
| -rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index abaf813530..f29760c824 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -425,7 +425,7 @@ void LLSLMMenuUpdater::setMerchantMenu() LLCommand* command = LLCommandManager::instance().getCommand("marketplacelistings"); gToolBarView->enableCommand(command->id(), true); - const LLUUID marketplacelistings_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_MARKETPLACE_LISTINGS); + const LLUUID marketplacelistings_id = gInventory.getMarketplaceListingsUUID(); if (marketplacelistings_id.isNull()) { U32 mkt_status = LLMarketplaceData::instance().getSLMStatus(); |
