From 8178f7809594048018325ad4d7767423efa2637f Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Thu, 9 Oct 2008 22:45:28 +0000 Subject: Fixed renaming of in-prim items (Mantis #2366) --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index eb21221..a9aaf4d 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -1275,7 +1275,9 @@ namespace OpenSim.Region.Environment.Scenes { agentTransactions.HandleTaskItemUpdateFromTransaction( remoteClient, part, transactionID, currentItem); - } + } + if (part.UpdateInventoryItem(itemInfo)) + part.GetProperties(remoteClient); } } else -- cgit v1.1