diff options
author | Teravus Ovares | 2007-12-28 23:34:49 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-28 23:34:49 +0000 |
commit | 376d80cba28b0702f29425e1ae84c8057f8b7975 (patch) | |
tree | aa32a8d01f457eaf958024a918a94d6875b63ed4 | |
parent | * Patch from Melanie provides Util.CleanString and uses it on the prim name a... (diff) | |
download | opensim-SC_OLD-376d80cba28b0702f29425e1ae84c8057f8b7975.zip opensim-SC_OLD-376d80cba28b0702f29425e1ae84c8057f8b7975.tar.gz opensim-SC_OLD-376d80cba28b0702f29425e1ae84c8057f8b7975.tar.bz2 opensim-SC_OLD-376d80cba28b0702f29425e1ae84c8057f8b7975.tar.xz |
* Patch from Melanie that fixes an inventory folder duplication. Thanks Melanie
-rw-r--r-- | bin/inventory/Inventory_Library.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/bin/inventory/Inventory_Library.xml b/bin/inventory/Inventory_Library.xml index ae28f7a..b2b03b7 100644 --- a/bin/inventory/Inventory_Library.xml +++ b/bin/inventory/Inventory_Library.xml | |||
@@ -59,16 +59,6 @@ | |||
59 | <items /> | 59 | <items /> |
60 | </folder> | 60 | </folder> |
61 | <folder> | 61 | <folder> |
62 | <name>Lost And Found</name> | ||
63 | <agentID UUID="00000112-000f-0000-0000-000100bba000" /> | ||
64 | <parentID UUID="00000112-000f-0000-0000-000100bba000" /> | ||
65 | <folderID UUID="62c88a03-838c-4822-b912-10e4a9b831c5" /> | ||
66 | <type>3</type> | ||
67 | <version>0</version> | ||
68 | <folders /> | ||
69 | <items /> | ||
70 | </folder> | ||
71 | <folder> | ||
72 | <name>Notecards</name> | 62 | <name>Notecards</name> |
73 | <agentID UUID="00000112-000f-0000-0000-000100bba000" /> | 63 | <agentID UUID="00000112-000f-0000-0000-000100bba000" /> |
74 | <parentID UUID="00000112-000f-0000-0000-000100bba000" /> | 64 | <parentID UUID="00000112-000f-0000-0000-000100bba000" /> |
@@ -141,4 +131,4 @@ | |||
141 | </folders> | 131 | </folders> |
142 | <items /> | 132 | <items /> |
143 | </folder> | 133 | </folder> |
144 | </inventory> \ No newline at end of file | 134 | </inventory> |