First version of File Properties window. Works with random file
[pithos-ms-client] / trunk / Pithos.Core / Agents / NetworkAgent.cs
index f3c34f7..180118b 100644 (file)
@@ -832,7 +832,7 @@ namespace Pithos.Core.Agents
                 var parts=relativePath.Split('\\');
                 var accountName = parts[1];
                 var oldName = accountInfo.UserName;
-                   var absoluteUri = accountInfo.StorageUri.AbsoluteUri;
+                var absoluteUri = accountInfo.StorageUri.AbsoluteUri;
                 var nameIndex=absoluteUri.IndexOf(oldName);
                 var root=absoluteUri.Substring(0, nameIndex);