mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Tleiades patch #445 - the inventory folders displayed does not show the expected folder icons
Tahnx, Tleiades; keep up the good work!
This commit is contained in:
@@ -252,8 +252,8 @@ namespace OpenSim.Framework.UserManagement
|
||||
TempHash["folder_id"] = tempFolderID.ToStringHyphenated();
|
||||
TempHash["name"] = ifb.name;
|
||||
TempHash["parent_id"] = tempParentID.ToStringHyphenated();
|
||||
TempHash["type_default"] = ifb.type;
|
||||
TempHash["version"] = ifb.version+1;
|
||||
TempHash["type_default"] = (Int32)ifb.type;
|
||||
TempHash["version"] = (Int32)ifb.version+1;
|
||||
temp.Add(TempHash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user