* Tleiades patch #445 - the inventory folders displayed does not show the expected folder icons

Tahnx, Tleiades; keep up the good work!
afrisby
lbsa71 2007-09-27 13:51:16 +00:00
parent 048e762f1f
commit 3ddf9da1f4
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}