diff options
author | Justin Clarke Casey | 2008-02-12 18:15:54 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-12 18:15:54 +0000 |
commit | 6a3455a98cb3b7c910dd2d8d09f69d1c3acf7d2d (patch) | |
tree | fc05f0a0f1bc94ff4330358aab81f4c49fbdb0f6 /OpenSim/Region | |
parent | * This fixes the object edit box's flipping checkboxes when you modify one of... (diff) | |
download | opensim-SC_OLD-6a3455a98cb3b7c910dd2d8d09f69d1c3acf7d2d.zip opensim-SC_OLD-6a3455a98cb3b7c910dd2d8d09f69d1c3acf7d2d.tar.gz opensim-SC_OLD-6a3455a98cb3b7c910dd2d8d09f69d1c3acf7d2d.tar.bz2 opensim-SC_OLD-6a3455a98cb3b7c910dd2d8d09f69d1c3acf7d2d.tar.xz |
* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and align classes with file names
* Small amount of ndoc
* This will probably require a prebuild and nant clean
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index bed85aa..953dce7 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -266,7 +266,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
266 | else | 266 | else |
267 | { | 267 | { |
268 | AgentAssetTransactions transactions | 268 | AgentAssetTransactions transactions |
269 | = CommsManager.TransactionsManager.GetUserTransActions(remoteClient.AgentId); | 269 | = CommsManager.TransactionsManager.GetUserTransactions(remoteClient.AgentId); |
270 | 270 | ||
271 | if (transactions != null) | 271 | if (transactions != null) |
272 | { | 272 | { |