aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
authorDiva Canto2010-06-11 12:47:47 -0700
committerDiva Canto2010-06-11 12:47:47 -0700
commitd184fef4dce88bed1edb79c53de56744cefffd1e (patch)
tree8a84b0da2c793bc386814396e61ca6666068d497 /OpenSim/Region/Framework/Scenes
parentBetter friends notification: get rid of OnLogout and use OnClientClose for se... (diff)
downloadopensim-SC_OLD-d184fef4dce88bed1edb79c53de56744cefffd1e.zip
opensim-SC_OLD-d184fef4dce88bed1edb79c53de56744cefffd1e.tar.gz
opensim-SC_OLD-d184fef4dce88bed1edb79c53de56744cefffd1e.tar.bz2
opensim-SC_OLD-d184fef4dce88bed1edb79c53de56744cefffd1e.tar.xz
Inventory offers and subsequent notifications of acceptance/decline now working across the board.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 4180d5e..64bdc99 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -203,7 +203,7 @@ namespace OpenSim.Region.Framework.Scenes
203 // Update item with new asset 203 // Update item with new asset
204 item.AssetID = asset.FullID; 204 item.AssetID = asset.FullID;
205 if (group.UpdateInventoryItem(item)) 205 if (group.UpdateInventoryItem(item))
206 remoteClient.SendAgentAlertMessage("Notecard saved", false); 206 remoteClient.SendAgentAlertMessage("Script saved", false);
207 207
208 part.GetProperties(remoteClient); 208 part.GetProperties(remoteClient);
209 209