Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase".

This commit is contained in:
Diva Canto
2010-06-29 04:38:15 -07:00
parent 9fde9085a0
commit 08e3389790
3 changed files with 11 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
return ret;
}
public virtual UUID DeleteToInventory(DeRezAction action, UUID folderID,
public override UUID DeleteToInventory(DeRezAction action, UUID folderID,
SceneObjectGroup objectGroup, IClientAPI remoteClient)
{
UUID assetID = base.DeleteToInventory(action, folderID, new List<SceneObjectGroup>() {objectGroup}, remoteClient);