From 75cd973df01491bc61bda3e91aa55aec96046343 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Thu, 19 Jun 2014 15:45:38 -0700 Subject: DD-83 : New listing folders immediately renamable on creation --- indra/newview/llfloatermarketplacelistings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index 1d8097a813..8778839fea 100755 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -112,6 +112,7 @@ void LLPanelMarketplaceListings::onAddButtonClicked() LLUUID category = gInventory.createNewCategory(marketplacelistings_id, preferred_type, LLStringUtil::null); gInventory.notifyObservers(); mAllPanel->setSelectionByID(category, TRUE); + mAllPanel->getRootFolder()->setNeedsAutoRename(TRUE); } void LLPanelMarketplaceListings::onAuditButtonClicked() -- cgit v1.2.3