diff options
author | Diva Canto | 2009-12-21 06:58:21 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-21 06:58:21 -0800 |
commit | c0a8c2e70728afa10aa84be3bb7cb9930dc791e9 (patch) | |
tree | 5fd2708061d4a44fba85bc547215fa3954024090 /OpenSim/Framework/Communications | |
parent | * Bug fix in HG: preserve the home region coordinates across multiple HG TPs. (diff) | |
download | opensim-SC_OLD-c0a8c2e70728afa10aa84be3bb7cb9930dc791e9.zip opensim-SC_OLD-c0a8c2e70728afa10aa84be3bb7cb9930dc791e9.tar.gz opensim-SC_OLD-c0a8c2e70728afa10aa84be3bb7cb9930dc791e9.tar.bz2 opensim-SC_OLD-c0a8c2e70728afa10aa84be3bb7cb9930dc791e9.tar.xz |
Making the library read the item's flag, so that clothing items can have the proper icons.
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 7305795..42e6510 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | |||
@@ -171,6 +171,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
171 | item.NextPermissions = (uint)config.GetLong("nextPermissions", 0x7FFFFFFF); | 171 | item.NextPermissions = (uint)config.GetLong("nextPermissions", 0x7FFFFFFF); |
172 | item.EveryOnePermissions = (uint)config.GetLong("everyonePermissions", 0x7FFFFFFF); | 172 | item.EveryOnePermissions = (uint)config.GetLong("everyonePermissions", 0x7FFFFFFF); |
173 | item.BasePermissions = (uint)config.GetLong("basePermissions", 0x7FFFFFFF); | 173 | item.BasePermissions = (uint)config.GetLong("basePermissions", 0x7FFFFFFF); |
174 | item.Flags = (uint)config.GetInt("flags", 0); | ||
174 | 175 | ||
175 | if (libraryFolders.ContainsKey(item.Folder)) | 176 | if (libraryFolders.ContainsKey(item.Folder)) |
176 | { | 177 | { |