LIBOMV-344 OpenMetaverse.GUI: Added FriendsList.cs and applied some minor tweaks/cleanups to InventoryTree and AvatarList
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2062 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -138,7 +138,7 @@ namespace OpenMetaverse.GUI
|
||||
children[key].Tag = inv;
|
||||
if (inv is InventoryFolder)
|
||||
{
|
||||
children[key].Nodes.Add(null, "Loading...").ForeColor = Color.FromKnownColor(KnownColor.GrayText);
|
||||
children[key].Nodes.Add(null, "(loading...)").ForeColor = Color.FromKnownColor(KnownColor.GrayText);
|
||||
((InventoryFolder)inv).OnContentsRetrieved += new InventoryFolder.ContentsRetrieved(InventoryFolder_OnContentsRetrieved);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user