diff options
author | Justin Clarke Casey | 2008-04-23 17:04:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-23 17:04:15 +0000 |
commit | 4db839c3b84bed8a775074beb1ae0b526bc05e81 (patch) | |
tree | e412c914e674aa874ca22ddf99a44459d1811868 /OpenSim/Framework/InventoryItemBase.cs | |
parent | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) (diff) | |
download | opensim-SC_OLD-4db839c3b84bed8a775074beb1ae0b526bc05e81.zip opensim-SC_OLD-4db839c3b84bed8a775074beb1ae0b526bc05e81.tar.gz opensim-SC_OLD-4db839c3b84bed8a775074beb1ae0b526bc05e81.tar.bz2 opensim-SC_OLD-4db839c3b84bed8a775074beb1ae0b526bc05e81.tar.xz |
* Implement proper emptying of trashcan on standalone
* On standalone, folders (and their items) should now be persistently deleted on trash emptying, as well as immediate child items
* An implementation for grid mode will follow.
Diffstat (limited to 'OpenSim/Framework/InventoryItemBase.cs')
-rw-r--r-- | OpenSim/Framework/InventoryItemBase.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/InventoryItemBase.cs b/OpenSim/Framework/InventoryItemBase.cs index 8c8d858..6ed2961 100644 --- a/OpenSim/Framework/InventoryItemBase.cs +++ b/OpenSim/Framework/InventoryItemBase.cs | |||
@@ -108,8 +108,6 @@ namespace OpenSim.Framework | |||
108 | } | 108 | } |
109 | } | 109 | } |
110 | 110 | ||
111 | |||
112 | |||
113 | public int InvType { | 111 | public int InvType { |
114 | get { | 112 | get { |
115 | return _invType; | 113 | return _invType; |