* Cleaned up the GroupManager example program and converted it to use Utilities.AssetManager for more reliable image downloads
* Cleaned up the locking code in the image downloading portion of Utilities.AssetManager * Added another common CAPS error to the ignore list git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1001 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -64,6 +64,7 @@ namespace groupmanager
|
||||
{
|
||||
groupBox.Enabled = true;
|
||||
|
||||
Client.Throttle.Set();
|
||||
Client.Groups.BeginGetCurrentGroups(new GroupManager.CurrentGroupsCallback(GroupsUpdatedHandler));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user