Fixed settings save that was disabled due to the addition of a Uri property
[pithos-ms-client] / trunk / Pithos.Interfaces / AccountSettings.cs
index 8dbe346..c6e9096 100644 (file)
@@ -24,11 +24,9 @@ namespace Pithos.Interfaces
 
         public bool IsActive { get; set; }
 
-        public bool UsePithos { get; set; }
-
         public string RootPath { get; set; }
 
-        public Uri ServerUrl { get; set; }
+        public string ServerUrl { get; set; }
 
         private StringCollection _selectiveFolders = new StringCollection();