*repository is alive!
I put an old version of the FastImageApp.cs and FastImageApp.csproj into the repository. This has been fixed and I guess I should leave the SVN thing to the professionals :P git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@422 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -20,7 +20,7 @@ namespace FastImageApp
|
||||
|
||||
try
|
||||
{
|
||||
client = new SecondLife("keywords.txt", "message_template.msg");
|
||||
client = new SecondLife();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -28,7 +28,7 @@ namespace FastImageApp
|
||||
return;
|
||||
}
|
||||
|
||||
Hashtable loginValues = NetworkManager.DefaultLoginValues(args[0], args[1], args[2], "FastImageApp", "Alpha Zaius - alpha.zaius@gmail.com");
|
||||
Dictionary<string, object> loginValues = NetworkManager.DefaultLoginValues(args[0], args[1], args[2], "FastImageApp", "Alpha Zaius - alpha.zaius@gmail.com");
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user