aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorHomer Horwitz2008-10-09 22:45:28 +0000
committerHomer Horwitz2008-10-09 22:45:28 +0000
commit8178f7809594048018325ad4d7767423efa2637f (patch)
tree5fbc916f1421dbec04712a6923fa8cb53f19974f /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parent* Apply http://opensimulator.org/mantis/view.php?id=2373 (diff)
downloadopensim-SC_OLD-8178f7809594048018325ad4d7767423efa2637f.zip
opensim-SC_OLD-8178f7809594048018325ad4d7767423efa2637f.tar.gz
opensim-SC_OLD-8178f7809594048018325ad4d7767423efa2637f.tar.bz2
opensim-SC_OLD-8178f7809594048018325ad4d7767423efa2637f.tar.xz
Fixed renaming of in-prim items (Mantis #2366)
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs4
1 files changed, 3 insertions, 1 deletions
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
1275 { 1275 {
1276 agentTransactions.HandleTaskItemUpdateFromTransaction( 1276 agentTransactions.HandleTaskItemUpdateFromTransaction(
1277 remoteClient, part, transactionID, currentItem); 1277 remoteClient, part, transactionID, currentItem);
1278 } 1278 }
1279 if (part.UpdateInventoryItem(itemInfo))
1280 part.GetProperties(remoteClient);
1279 } 1281 }
1280 } 1282 }
1281 else 1283 else