Revision 74d78c90 trunk/Pithos.Interfaces/AccountSettings.cs

b/trunk/Pithos.Interfaces/AccountSettings.cs
24 24

  
25 25
        public bool IsActive { get; set; }
26 26

  
27
        public bool UsePithos { get; set; }
28

  
29 27
        public string RootPath { get; set; }
30 28

  
31
        public Uri ServerUrl { get; set; }
29
        public string ServerUrl { get; set; }
32 30

  
33 31
        private StringCollection _selectiveFolders = new StringCollection();
34 32

  

Also available in: Unified diff