Adding a new account now forces a logout to clear any stale Pithos cookies
[pithos-ms-client] / trunk / Pithos.Client.WPF / Preferences / AddAccountViewModel.cs
index e9b30e8..42adca0 100644 (file)
@@ -62,7 +62,7 @@ namespace Pithos.Client.WPF.Preferences
 
         public List<string> Servers
         {
-            get { return _servers; }
+            get { return Settings.Default.Servers.Select(server => server.ServerUri).ToList(); }
         }
 
         private bool _isValidServer;