diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-19 15:45:38 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-19 15:45:38 -0700 |
commit | 75cd973df01491bc61bda3e91aa55aec96046343 (patch) | |
tree | 34336ea7755bf79bba1317eae383c1d148c96879 /indra | |
parent | 9c792f03b4f006f5083c9fc98047bfad6bee8e16 (diff) |
DD-83 : New listing folders immediately renamable on creation
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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() |